#include <GlobalListObject.h>
Collaboration diagram for GlobalListObject:

Definition at line 17 of file GlobalListObject.h.
Public Member Functions | |
| GlobalListObject (Implicit *mysurface=NULL, const bool &mydisplay=true, const bool &mysave=true) | |
| Constructor. | |
| ~GlobalListObject () | |
| Destructor. | |
Public Attributes | |
| Implicit * | surface |
| Pointer to the Implicit surface. | |
| bool | display |
| True/False flag should object be displayed somehow. | |
| bool | save |
| True/False flag should object be saved. | |
|
||||||||||||||||
|
Constructor.
Definition at line 25 of file GlobalListObject.h. |
|
|
Destructor.
Definition at line 35 of file GlobalListObject.h. References surface. |
|
|
True/False flag should object be displayed somehow.
Definition at line 21 of file GlobalListObject.h. Referenced by GlobalListObject(). |
|
|
True/False flag should object be saved.
Definition at line 22 of file GlobalListObject.h. Referenced by GlobalListObject(). |
|
|
Pointer to the Implicit surface.
Definition at line 20 of file GlobalListObject.h. Referenced by GlobalListObject(), and ~GlobalListObject(). |
1.3.4