27 #ifndef vtkMoleculeMapper_h 28 #define vtkMoleculeMapper_h 30 #include "vtkDomainsChemistryModule.h" 72 void UseBallAndStickSettings();
85 void UseVDWSpheresSettings();
98 void UseLiquoriceStickSettings();
114 void UseFastSettings();
120 vtkGetMacro(RenderAtoms,
bool);
121 vtkSetMacro(RenderAtoms,
bool);
122 vtkBooleanMacro(RenderAtoms,
bool);
129 vtkGetMacro(RenderBonds,
bool);
130 vtkSetMacro(RenderBonds,
bool);
131 vtkBooleanMacro(RenderBonds,
bool);
139 vtkGetMacro(RenderLattice,
bool)
140 vtkSetMacro(RenderLattice,
bool)
141 vtkBooleanMacro(RenderLattice,
bool)
157 vtkGetMacro(AtomicRadiusType,
int);
158 vtkSetMacro(AtomicRadiusType,
int);
159 const char * GetAtomicRadiusTypeAsString();
162 this->SetAtomicRadiusType(CovalentRadius);
166 this->SetAtomicRadiusType(VDWRadius);
170 this->SetAtomicRadiusType(UnitRadius);
174 this->SetAtomicRadiusType(CustomArrayRadius);
184 vtkGetMacro(AtomicRadiusScaleFactor,
float);
185 vtkSetMacro(AtomicRadiusScaleFactor,
float);
193 vtkGetMacro(UseMultiCylindersForBonds,
bool);
194 vtkSetMacro(UseMultiCylindersForBonds,
bool);
195 vtkBooleanMacro(UseMultiCylindersForBonds,
bool);
214 vtkGetMacro(BondColorMode,
int);
215 vtkSetMacro(BondColorMode,
int);
216 const char * GetBondColorModeAsString();
219 this->SetBondColorMode(SingleColor);
223 this->SetBondColorMode(DiscreteByAtom);
232 vtkGetVector3Macro(BondColor,
unsigned char);
233 vtkSetVector3Macro(BondColor,
unsigned char);
240 vtkGetMacro(BondRadius,
float);
241 vtkSetMacro(BondRadius,
float);
249 vtkGetVector3Macro(LatticeColor,
unsigned char)
250 vtkSetVector3Macro(LatticeColor,
unsigned char)
258 virtual void GetSelectedAtomsAndBonds(
vtkSelection *selection,
264 this->GetSelectedAtomsAndBonds(selection, atomIds,
nullptr);
269 this->GetSelectedAtomsAndBonds(selection,
nullptr, bondIds);
290 vtkGetStringMacro(AtomicRadiusArrayName);
291 vtkSetStringMacro(AtomicRadiusArrayName);
316 unsigned char BondColor[3];
335 virtual void UpdateGlyphPolyData();
336 virtual void UpdateAtomGlyphPolyData();
337 virtual void UpdateBondGlyphPolyData();
348 unsigned char LatticeColor[3];
351 virtual void UpdateLatticePolyData();
Access to information about the elements.
represents an object (geometry & properties) in a rendered scene
vtkNew< vtkGlyph3DMapper > BondGlyphMapper
Internal mappers.
bool RenderBonds
Customize bond rendering.
vtkNew< vtkPeriodicTable > PeriodicTable
Periodic table for lookups.
bool GetSupportsSelection() override
Reimplemented from base class.
class describing a molecule
char * AtomicRadiusArrayName
Customize atom rendering.
float AtomicRadiusScaleFactor
Customize atom rendering.
bool GlyphDataInitialized
Cached variables and update methods.
void SetAtomicRadiusTypeToCovalentRadius()
Get/Set the type of radius used to generate the atoms.
bool UseMultiCylindersForBonds
Customize bond rendering.
virtual void GetSelectedBonds(vtkSelection *selection, vtkIdTypeArray *bondIds)
Extract the ids atoms and/or bonds rendered by this molecule from a vtkSelection object.
vtkNew< vtkPolyData > LatticePolyData
abstract specification for renderers
vtkNew< vtkPolyData > AtomGlyphPolyData
Cached variables and update methods.
data object that represents a "selection" in VTK.
dynamic, self-adjusting array of vtkIdType
bool RenderAtoms
Customize atom rendering.
concrete dataset represents vertices, lines, polygons, and triangle strips
void SetAtomicRadiusTypeToVDWRadius()
Get/Set the type of radius used to generate the atoms.
void SetAtomicRadiusTypeToCustomArrayRadius()
Get/Set the type of radius used to generate the atoms.
Mapper that draws vtkMolecule objects.
int AtomicRadiusType
Customize atom rendering.
window superclass for vtkRenderWindow
create a polygonal sphere centered at the origin
vtkNew< vtkPolyData > BondGlyphPolyData
Cached variables and update methods.
Producer for stand-alone data objects.
vtkNew< vtkPolyDataMapper > LatticeMapper
a simple class to control print indentation
vtkNew< vtkTrivialProducer > AtomGlyphPointOutput
Cached variables and update methods.
vtkNew< vtkGlyph3DMapper > AtomGlyphMapper
Internal mappers.
void SetAtomicRadiusTypeToUnitRadius()
Get/Set the type of radius used to generate the atoms.
virtual double * GetBounds()=0
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax).
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual int FillInputPortInformation(int port, vtkInformation *info)
Fill the input port information objects for this algorithm.
vtkNew< vtkTrivialProducer > BondGlyphPointOutput
Cached variables and update methods.
abstract class specifies interface to map data to graphics primitives
map vtkPolyData to graphics primitives
void SetBondColorModeToDiscreteByAtom()
Get/Set the method by which bonds are colored.
float BondRadius
Customize bond rendering.
virtual void GetSelectedAtoms(vtkSelection *selection, vtkIdTypeArray *atomIds)
Extract the ids atoms and/or bonds rendered by this molecule from a vtkSelection object.
static vtkAlgorithm * New()
int BondColorMode
Customize bond rendering.
double * GetBounds() override
Return bounding box (array of six doubles) of data expressed as (xmin,xmax, ymin,ymax, zmin,zmax).
vtkDataSet * GetInput()
Get the input as a vtkDataSet.
virtual void Render(vtkRenderer *ren, vtkActor *a)=0
Method initiates the mapping process.
void SetBondColorModeToSingleColor()
Get/Set the method by which bonds are colored.
void ReleaseGraphicsResources(vtkWindow *) override
Release any graphics resources that are being consumed by this mapper.
void GetBounds(double bounds[6]) override
Reimplemented from base class.