#include <VDW_Grid.hh>
◆ VDW_Grid() [1/2]
| core::pose::rna::VDW_Grid::VDW_Grid |
( |
| ) |
|
◆ VDW_Grid() [2/2]
| core::pose::rna::VDW_Grid::VDW_Grid |
( |
VDW_Grid const & |
src | ) |
|
◆ ~VDW_Grid()
| core::pose::rna::VDW_Grid::~VDW_Grid |
( |
| ) |
|
|
overridedefault |
◆ get_atom_bin_size()
| core::Real core::pose::rna::VDW_Grid::get_atom_bin_size |
( |
| ) |
const |
◆ get_bin()
| bool core::pose::rna::VDW_Grid::get_bin |
( |
int const |
x, |
|
|
int const |
y, |
|
|
int const |
z |
|
) |
| const |
◆ get_bin_max()
| int core::pose::rna::VDW_Grid::get_bin_max |
( |
| ) |
const |
◆ get_bin_offset()
| int core::pose::rna::VDW_Grid::get_bin_offset |
( |
| ) |
const |
◆ get_ref_xyz()
| numeric::xyzVector< core::Real > core::pose::rna::VDW_Grid::get_ref_xyz |
( |
| ) |
const |
◆ get_xyz_bin()
| bool core::pose::rna::VDW_Grid::get_xyz_bin |
( |
Atom_Bin const & |
xyz_bin | ) |
const |
◆ is_occupied()
| bool core::pose::rna::VDW_Grid::is_occupied |
( |
| ) |
const |
◆ reset() [1/2]
| void core::pose::rna::VDW_Grid::reset |
( |
| ) |
const |
◆ reset() [2/2]
| void core::pose::rna::VDW_Grid::reset |
( |
utility::vector1< Atom_Bin > const & |
occupied_xyz_bins_ | ) |
const |
◆ set_atom_bin_size()
| void core::pose::rna::VDW_Grid::set_atom_bin_size |
( |
core::Real const |
value | ) |
const |
◆ set_bin()
| void core::pose::rna::VDW_Grid::set_bin |
( |
int const |
x, |
|
|
int const |
y, |
|
|
int const |
z, |
|
|
bool const |
value |
|
) |
| const |
◆ set_bin_max()
| void core::pose::rna::VDW_Grid::set_bin_max |
( |
int const |
value | ) |
const |
◆ set_bin_offset()
| void core::pose::rna::VDW_Grid::set_bin_offset |
( |
int const |
value | ) |
const |
◆ set_ref_xyz()
| void core::pose::rna::VDW_Grid::set_ref_xyz |
( |
numeric::xyzVector< core::Real > const & |
value | ) |
const |
◆ set_xyz_bin()
| void core::pose::rna::VDW_Grid::set_xyz_bin |
( |
Atom_Bin const & |
xyz_bin, |
|
|
bool const |
value |
|
) |
| const |
◆ setup()
| void core::pose::rna::VDW_Grid::setup |
( |
int const |
bin_max | ) |
const |
◆ size()
| core::Size core::pose::rna::VDW_Grid::size |
( |
| ) |
const |
◆ atom_bin_size_
| core::Real core::pose::rna::VDW_Grid::atom_bin_size_ |
|
mutableprivate |
◆ bin_max_
| int core::pose::rna::VDW_Grid::bin_max_ |
|
mutableprivate |
◆ bin_offset_
| int core::pose::rna::VDW_Grid::bin_offset_ |
|
mutableprivate |
◆ bins_
| utility::vector1< utility::vector1< utility::vector1< bool > > > core::pose::rna::VDW_Grid::bins_ |
|
mutableprivate |
◆ is_occupied_
| bool core::pose::rna::VDW_Grid::is_occupied_ |
|
mutableprivate |
◆ ref_xyz_
| numeric::xyzVector< core::Real > core::pose::rna::VDW_Grid::ref_xyz_ |
|
mutableprivate |
The documentation for this class was generated from the following files: