#include <BALL/STRUCTURE/surfaceProcessor.h>
◆ SurfaceType
Enumerator |
---|
SOLVENT_EXCLUDED_SURFACE | |
SOLVENT_ACCESSIBLE_SURFACE | |
Definition at line 57 of file surfaceProcessor.h.
◆ SurfaceProcessor()
BALL::SurfaceProcessor::SurfaceProcessor |
( |
| ) |
|
◆ finish()
virtual bool BALL::SurfaceProcessor::finish |
( |
| ) |
|
|
virtual |
◆ getDensity()
double BALL::SurfaceProcessor::getDensity |
( |
| ) |
const |
|
inline |
◆ getProbeRadius()
double BALL::SurfaceProcessor::getProbeRadius |
( |
| ) |
const |
|
inline |
◆ getSpheres()
std::vector< TSphere3< double > > & BALL::SurfaceProcessor::getSpheres |
( |
| ) |
|
|
inline |
◆ getSurface() [1/2]
Surface & BALL::SurfaceProcessor::getSurface |
( |
| ) |
|
|
inline |
◆ getSurface() [2/2]
const Surface & BALL::SurfaceProcessor::getSurface |
( |
| ) |
const |
|
inline |
◆ getType()
◆ operator()()
◆ setDensity()
void BALL::SurfaceProcessor::setDensity |
( |
double |
density | ) |
|
|
inline |
◆ setProbeRadius()
void BALL::SurfaceProcessor::setProbeRadius |
( |
double |
radius | ) |
|
|
inline |
◆ setType()
void BALL::SurfaceProcessor::setType |
( |
SurfaceType |
type | ) |
|
|
inline |
Set the surface type to be computed. Default is SOLVENT_EXCLUDED_SURFACE.
Definition at line 125 of file surfaceProcessor.h.
◆ start()
virtual bool BALL::SurfaceProcessor::start |
( |
| ) |
|
|
virtual |
◆ density_
double BALL::SurfaceProcessor::density_ |
|
protected |
◆ probe_radius_
double BALL::SurfaceProcessor::probe_radius_ |
|
protected |
◆ radius_offset_
double BALL::SurfaceProcessor::radius_offset_ |
|
protected |
◆ spheres_
◆ surface_
Surface BALL::SurfaceProcessor::surface_ |
|
protected |
◆ surface_type_
◆ vdw_factor_
double BALL::SurfaceProcessor::vdw_factor_ |
|
protected |