#include <LineGeometry.h>

Public Member Functions |
|
| LineGeometry () | |
| LineGeometry (const LineGeometry &nodeToCopy) | |
| LineGeometry & | operator= (const LineGeometry &) |
| virtual const awString::IString & | getGuardType () const |
| virtual void | accept (NodeVisitor &) |
Protected Member Functions |
|
| virtual | ~LineGeometry () |
| Reference counted objects shouldn't exist on
the stack. |
|
| LineGeometry | ( | ) |
| LineGeometry | ( | const LineGeometry & | nodeToCopy | ) |
| virtual ~LineGeometry | ( | ) | [protected, virtual] |
Reference counted objects shouldn't exist on the stack.
| LineGeometry& operator= | ( | const LineGeometry & | ) |
| virtual const awString::IString& getGuardType | ( | ) | const [virtual] |
Reimplemented from MeshGeometry.
| virtual void accept | ( | NodeVisitor & | ) | [virtual] |
Reimplemented from MeshGeometry.