#include <FCDForceField.h>
Inheritance diagram for FCDForceField:
Public Member Functions | |
FCDForceField (FCDocument *document) | |
Constructor. | |
virtual | ~FCDForceField () |
Destructor. | |
FCDExtra * | GetInformation () |
Retrieves the extra tree for all the force field information. | |
const FCDExtra * | GetInformation () const |
void | SetInformation (FCDExtra *info) |
[INTERNAL] Set the information. | |
virtual Type | GetType () const |
Retrieves the entity class type. | |
virtual FCDEntity * | Clone (FCDEntity *clone=NULL, bool cloneChildren=false) const |
Clones the force field information. |
This class does not have any parameters in the COMMON profile. You can use the custom extra tree to enter/retrieve your specific customized information.
|
Constructor.
|
|
Clones the force field information.
Reimplemented from FCDEntity. |
|
Retrieves the extra tree for all the force field information.
|
|
Retrieves the entity class type.
Reimplemented from FCDEntity. |
|
[INTERNAL] Set the information.
|