RpcGeometry is used for Archvision RPCs.
#include <RpcGeometry.h>

Public Types |
|
| enum | { kDirtyURL = Geometry::kLastDirty, kLastDirty } |
Public Member Functions |
|
| RpcGeometry () | |
| RpcGeometry (const RpcGeometry &) | |
| RpcGeometry & | operator= (const RpcGeometry &) |
| virtual void | accept (NodeVisitor &) |
| void | setURL (const awString::IString &url) |
| const awString::IString & | getURL () const |
| virtual void | setAllDirty (bool dirty) |
Protected Member Functions |
|
| virtual | ~RpcGeometry () |
| Reference counted objects shouldn't exist on
the stack. |
|
| anonymous enum |
{
kDirtyURL = Geometry::kLastDirty,
kLastDirty
};
| RpcGeometry | ( | ) |
| RpcGeometry | ( | const RpcGeometry & | ) |
| virtual ~RpcGeometry | ( | ) | [protected, virtual] |
Reference counted objects shouldn't exist on the stack.
| RpcGeometry& operator= | ( | const RpcGeometry & | ) |
| virtual void accept | ( | NodeVisitor & | ) | [virtual] |
Reimplemented from Geometry.
| void setURL | ( | const awString::IString & | url | ) |
| const awString::IString& getURL | ( | ) | const |
| virtual void setAllDirty | ( | bool | dirty | ) | [virtual] |
Reimplemented from Node.