Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

GlobalListObject Class Reference

#include <GlobalListObject.h>

Collaboration diagram for GlobalListObject:

Collaboration graph
[legend]
List of all members.

Detailed Description

A Global List Object stores a pointer to an Implicit Object, a display flag, and a save flag.

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

Implicitsurface
 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 & Destructor Documentation

GlobalListObject::GlobalListObject Implicit mysurface = NULL,
const bool &  mydisplay = true,
const bool &  mysave = true
[inline]
 

Constructor.

Definition at line 25 of file GlobalListObject.h.

References display, save, and surface.

GlobalListObject::~GlobalListObject  )  [inline]
 

Destructor.

Definition at line 35 of file GlobalListObject.h.

References surface.


Member Data Documentation

bool GlobalListObject::display
 

True/False flag should object be displayed somehow.

Definition at line 21 of file GlobalListObject.h.

Referenced by GlobalListObject().

bool GlobalListObject::save
 

True/False flag should object be saved.

Definition at line 22 of file GlobalListObject.h.

Referenced by GlobalListObject().

Implicit* GlobalListObject::surface
 

Pointer to the Implicit surface.

Definition at line 20 of file GlobalListObject.h.

Referenced by GlobalListObject(), and ~GlobalListObject().


The documentation for this class was generated from the following file:
Generated on Mon Jun 28 15:02:18 2004 for Advanced Surface Library by doxygen 1.3.4