Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions
DCMolecularField Class Reference

A single molecular field of a Distributed Class, as read from a .dc file. More...

Inheritance diagram for DCMolecularField:
DCField DCPackerInterface DCKeywordList

List of all members.

Public Member Functions

DCAtomicField getAtomic (int n)
 Returns the nth atomic field that makes up this molecular field.
int getNumAtomics ()
 Returns the number of atomic fields that make up this molecular field.

Detailed Description

A single molecular field of a Distributed Class, as read from a .dc file.

This represents a combination of two or more related atomic fields, that will often be treated as a unit.


Member Function Documentation

Returns the nth atomic field that makes up this molecular field.

This may or may not be a field of this particular class; it might be defined in a parent class.

int getNumAtomics ( )

Returns the number of atomic fields that make up this molecular field.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties