CFx SDK Documentation 2024 SP0
|
#include <GiConveyorEntryPoint.h>
Public Member Functions | |
OdGiConveyorEntryPoint () | |
OdGiConveyorEntryPoint (OdGiConveyorGeometry &geom) | |
OdGiConveyorGeometry & | geometry () |
void | setDestGeometry (OdGiConveyorGeometry &destGeometry) |
OdGiConveyorGeometry & | destGeometry () const |
Public Member Functions inherited from OdGiConveyorOutput | |
virtual void | setDestGeometry (OdGiConveyorGeometry &destGeometry)=0 |
virtual OdGiConveyorGeometry & | destGeometry () const =0 |
virtual | ~OdGiConveyorOutput () |
Protected Attributes | |
OdGiConveyorGeometry * | m_pGeometry |
<group OdGi_Classes>
Definition at line 37 of file GiConveyorEntryPoint.h.
OdGiConveyorEntryPoint::OdGiConveyorEntryPoint | ( | ) |
OdGiConveyorEntryPoint::OdGiConveyorEntryPoint | ( | OdGiConveyorGeometry & | geom | ) |
|
virtual |
Returns the destination geometry for this Conveyor object.
Implements OdGiConveyorOutput.
|
inline |
Definition at line 52 of file GiConveyorEntryPoint.h.
|
virtual |
Sets the destination geometry for this Conveyor object.
destGeometry | [in] Destination geometry. |
Implements OdGiConveyorOutput.
|
protected |
Definition at line 40 of file GiConveyorEntryPoint.h.