cgma
|
#include <TDVector.hpp>
Public Member Functions | |
TDVector (const CubitVector &position) | |
~TDVector () | |
const CubitVector & | get_vector () const |
Static Public Member Functions | |
static int | is_td_vector (const ToolData *td) |
Private Attributes | |
const CubitVector | originalPosition |
--------------------------------------------------------------------- Class: TDVector.hpp Description: Holds some data for the DecompSweepTool. Owner: David R. White Creation Date: 2/25/2003 ---------------------------------------------------------------------
Definition at line 15 of file TDVector.hpp.
TDVector::TDVector | ( | const CubitVector & | position | ) | [inline] |
Definition at line 23 of file TDVector.hpp.
: originalPosition(position) {}
TDVector::~TDVector | ( | ) | [inline] |
const CubitVector& TDVector::get_vector | ( | ) | const [inline] |
static int TDVector::is_td_vector | ( | const ToolData * | td | ) | [inline, static] |
Return the original position.
Definition at line 43 of file TDVector.hpp.
const CubitVector TDVector::originalPosition [private] |
Definition at line 19 of file TDVector.hpp.