Jamoma API  0.6.0.a19
TTSpatSink Class Reference

The TTSpatSink class extends and specialise the TTSpatEntity class to provide attributes and methods suitable for the description of a sink. More...

#include <TTSpatEntity.h>

+ Inheritance diagram for TTSpatSink:
+ Collaboration diagram for TTSpatSink:

Additional Inherited Members

- Public Member Functions inherited from TTSpatEntity
 TTSpatEntity ()
 Constructor.
 
virtual ~TTSpatEntity ()
 Destructor.
 
void getPosition (TTFloat64 &x, TTFloat64 &y, TTFloat64 &z)
 Get the current position of the point. More...
 
void setPosition (TTFloat64 x, TTFloat64 y, TTFloat64 z)
 Set the position of the point. More...
 
void getOrientation (TTFloat64 &q1, TTFloat64 &q2, TTFloat64 &q3, TTFloat64 &q4)
 Get the orientation of the point expressed as quaternions. More...
 
void setOrientation (TTFloat64 q1, TTFloat64 q2, TTFloat64 q3, TTFloat64 q4)
 Set the orientation of the point expressed as quaternions. More...
 
- Protected Attributes inherited from TTSpatEntity
std::array< TTFloat64, 3 > mPosition
 Position as Cartesian coordinates.
 
std::array< TTFloat64, 4 > mOrientation
 The orientation of the object using Euler coordinates.
 
std::array< TTFloat64, 4 > mData
 Storage for up to 4 values that can be used by subclasses.
 

Detailed Description

The TTSpatSink class extends and specialise the TTSpatEntity class to provide attributes and methods suitable for the description of a sink.

Actually TTSpatSink provides no specialization at this time

Definition at line 94 of file TTSpatEntity.h.


The documentation for this class was generated from the following file: