cgma
TDVector Class Reference

#include <TDVector.hpp>

Inheritance diagram for TDVector:
ToolData

List of all members.

Public Member Functions

 TDVector (const CubitVector &position)
 ~TDVector ()
const CubitVectorget_vector () const

Static Public Member Functions

static int is_td_vector (const ToolData *td)

Private Attributes

const CubitVector originalPosition

Detailed Description

--------------------------------------------------------------------- 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.


Constructor & Destructor Documentation

TDVector::TDVector ( const CubitVector position) [inline]

Definition at line 23 of file TDVector.hpp.

    : originalPosition(position) {}
TDVector::~TDVector ( ) [inline]

constructor

Definition at line 29 of file TDVector.hpp.

    {}

Member Function Documentation

const CubitVector& TDVector::get_vector ( ) const [inline]

Destructor

Definition at line 35 of file TDVector.hpp.

  {
    return originalPosition;
  }
static int TDVector::is_td_vector ( const ToolData td) [inline, static]

Return the original position.

Definition at line 43 of file TDVector.hpp.

  {
    return (CAST_TO(td, const TDVector) != NULL );
  }

Member Data Documentation

Definition at line 19 of file TDVector.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines