cgma
PST_Entity Class Reference

#include <PST_Data.hpp>

Inheritance diagram for PST_Entity:
PST_Edge PST_Face PST_Point

List of all members.

Public Member Functions

PST_EntityOwnerowner () const
void owner (PST_EntityOwner *)

Protected Member Functions

 PST_Entity ()
virtual ~PST_Entity ()=0

Private Attributes

PST_EntityOwnermyOwner

Detailed Description

Definition at line 39 of file PST_Data.hpp.


Constructor & Destructor Documentation

PST_Entity::PST_Entity ( ) [inline, protected]

Definition at line 560 of file PST_Data.hpp.

: myOwner(0) { ; }
PST_Entity::~PST_Entity ( ) [protected, pure virtual]

Definition at line 1269 of file PST_Data.cpp.

 { }

Member Function Documentation

PST_EntityOwner * PST_Entity::owner ( ) const [inline]

Definition at line 562 of file PST_Data.hpp.

  { return myOwner; }
void PST_Entity::owner ( PST_EntityOwner ent) [inline]

Definition at line 565 of file PST_Data.hpp.

  { myOwner = ent; }

Member Data Documentation

Definition at line 55 of file PST_Data.hpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines