vtkTupleSixD Class Reference
[C++/Common/Vtk/DataTypes]

The purpose of this class is to provide operations on six domain objects. More...

#include <vtkTupleSixD.h>

Inheritance diagram for vtkTupleSixD:

Inheritance graph
[legend]
Collaboration diagram for vtkTupleSixD:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 vtkTypeMacro (vtkTupleSixD, vtkObject)
void PrintSelf (ostream &os, vtkIndent indent)
 Print the state of this object.
void value (vtkTupleThreeD &p0, vtkTupleThreeD &p1)
 Specify the value of this object.
vtkTupleThreeDP0 () const
 Give the p0 value.
vtkTupleThreeDP1 () const
 Give the p1 value.
vtkTupleSixDoperator= (const vtkTupleSixD &rhs)
 Copy operator.
bool operator== (const vtkTupleSixD &rhs) const
 Equality operator.
bool operator!= (const vtkTupleSixD &rhs) const
 Inequality operator.

Static Public Member Functions

static vtkTupleSixDNew ()
 Instantiate a new object of this type.

Protected Member Functions

 vtkTupleSixD ()
 Ctor.
 ~vtkTupleSixD ()
 Dtor.

Detailed Description

The purpose of this class is to provide operations on six domain objects.

Definition at line 18 of file vtkTupleSixD.h.


Constructor & Destructor Documentation

vtkTupleSixD::vtkTupleSixD (  )  [protected]

Ctor.

vtkTupleSixD::~vtkTupleSixD (  )  [protected]

Dtor.


Member Function Documentation

static vtkTupleSixD* vtkTupleSixD::New (  )  [static]

Instantiate a new object of this type.

This is the only method that objects of this type may be created.

Returns:
The new object.

Reimplemented from vtkObject.

vtkTupleSixD::vtkTypeMacro ( vtkTupleSixD  ,
vtkObject   
)

void vtkTupleSixD::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Print the state of this object.

Parameters:
os The output stream.
indent The indentation level. Used for formating output.

Reimplemented from vtkObject.

void vtkTupleSixD::value ( vtkTupleThreeD p0,
vtkTupleThreeD p1 
)

Specify the value of this object.

Parameters:
p0 The p0 value.
p1 The p1 value.

vtkTupleThreeD& vtkTupleSixD::P0 (  )  const

Give the p0 value.

Returns:
P0 value.

vtkTupleThreeD& vtkTupleSixD::P1 (  )  const

Give the p1 value.

Returns:
P1 value.

vtkTupleSixD& vtkTupleSixD::operator= ( const vtkTupleSixD rhs  ) 

Copy operator.

Parameters:
rhs The reference object
Returns:
This object.

bool vtkTupleSixD::operator== ( const vtkTupleSixD rhs  )  const

Equality operator.

Parameters:
rhs The reference object.
Returns:
True if this object is equal to the rhs.

bool vtkTupleSixD::operator!= ( const vtkTupleSixD rhs  )  const

Inequality operator.

Parameters:
rhs The reference object.
Returns:
True if this object is not equal to the rhs.


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