|
| albaTypeMacro (albaVMEOutputNULL, albaVMEOutput) virtual void Update() |
|
| albaVMEOutput () |
|
virtual | ~albaVMEOutput () |
|
| albaAbstractTypeMacro (albaVMEOutput, albaObject) |
|
albaVME * | GetVME () const |
|
void | SetVME (albaVME *vme) |
|
virtual void | Print (std::ostream &os, const int tabs=0) |
|
void | GetPose (double &x, double &y, double &z, double &rx, double &ry, double &rz, albaTimeStamp t=-1) const |
|
void | GetPose (double xyz[3], double rxyz[3], albaTimeStamp t=-1) const |
|
virtual void | GetMatrix (albaMatrix &matrix, albaTimeStamp t=-1) const |
|
albaMatrix * | GetMatrix () const |
|
virtual albaTransformBase * | GetTransform () const |
|
virtual void | SetTransform (albaTransformBase *trans) |
|
void | GetAbsMatrix (albaMatrix &matrix, albaTimeStamp t=-1) const |
|
albaMatrix * | GetAbsMatrix () const |
|
virtual albaTransformBase * | GetAbsTransform () const |
|
void | GetAbsPose (double &x, double &y, double &z, double &rx, double &ry, double &rz, albaTimeStamp t=-1) const |
|
void | GetAbsPose (double xyz[3], double rxyz[3], albaTimeStamp t=-1) const |
|
virtual const char * | GetDataType () const |
|
virtual void | Update () |
|
void | GetTimeBounds (albaTimeStamp tbounds[2]) const |
|
void | GetLocalTimeBounds (albaTimeStamp tbounds[2]) const |
|
void | GetVME4DBounds (double bounds[6]) const |
|
void | GetVME4DBounds (albaOBB &bounds) const |
|
void | Get4DBounds (double bounds[6]) const |
|
void | Get4DBounds (albaOBB &bounds) const |
|
void | GetBounds (double bounds[6]) const |
|
virtual void | GetBounds (albaOBB &bounds, albaTimeStamp t=-1, albaVMEIterator *iter=NULL) const |
|
void | GetVMEBounds (double bounds[6]) const |
|
virtual void | GetVMEBounds (albaOBB &bounds, albaTimeStamp t=-1, albaVMEIterator *iter=NULL) const |
|
void | GetVMELocalBounds (double bounds[6]) const |
|
virtual void | GetVMELocalBounds (albaOBB &bounds, albaTimeStamp t=-1, albaVMEIterator *iter=NULL) const |
|
albaTimeStamp | GetTimeStamp () const |
|
void | SetBounds (const albaOBB &bounds) |
|
albaGUI * | GetGui () |
|
void | DeleteGui () |
|
| albaObject () |
|
virtual | ~albaObject () |
|
virtual void | Delete () |
|
virtual const char * | GetTypeName () const |
|
virtual bool | IsA (const char *type_name) const |
|
virtual bool | IsA (const albaTypeID &type_id) const |
|
virtual albaObject * | NewObjectInstance () const =0 |
|
virtual const albaTypeID & | GetTypeId () const |
|
virtual void | Print (std::ostream &os, const int indent=0) const |
|
| albaObject (const albaObject &c) |
|
NULL output for VME node without output data (only pose).
albaVMEOutputNULL is the output produced by a VME node which does not produce any output data, only the pose matrix.
Definition at line 31 of file albaVMEOutputNULL.h.