VTK
Public Member Functions | List of all members
vtkVector3d Class Reference

#include <vtkVector.h>

Inheritance diagram for vtkVector3d:
[legend]
Collaboration diagram for vtkVector3d:
[legend]

Public Member Functions

 vtkVector3d ()
 
 vtkVector3d (double x, double y, double z)
 
 vtkVector3d (double scalar)
 
 vtkVector3d (const double *init)
 
 vtkVectorDerivedMacro (vtkVector3d, double, 3) vtkVector3Cross(vtkVector3d
 
- Public Member Functions inherited from vtkVector3< double >
 vtkVector3 ()
 
 vtkVector3 (const double &scalar)
 
 vtkVector3 (const double *init)
 
 vtkVector3 (const double &x, const double &y, const double &z)
 
void SetX (const double &x)
 
const doubleGetX () const
 
void SetY (const double &y)
 
const doubleGetY () const
 
void SetZ (const double &z)
 
const doubleGetZ () const
 
void Set (const double &x, const double &y, const double &z)
 
vtkVector3< doubleCross (const vtkVector3< double > &other) const
 
- Public Member Functions inherited from vtkVector< double, 3 >
 vtkVector ()
 
 vtkVector (const double &scalar)
 
 vtkVector (const double *init)
 
double SquaredNorm () const
 
double Norm () const
 
double Normalize ()
 
vtkVector< double, Size > Normalized () const
 
double Dot (const vtkVector< double, Size > &other) const
 
vtkVector< TR, Size > Cast () const
 
- Public Member Functions inherited from vtkTuple< double, Size >
int GetSize () const
 
 vtkTuple ()
 
 vtkTuple (const double &scalar)
 
 vtkTuple (const double *init)
 
doubleGetData ()
 
const doubleGetData () const
 
doubleoperator[] (int i)
 
const doubleoperator[] (int i) const
 
double operator() (int i) const
 
bool Compare (const vtkTuple< double, Size > &other, const double &tol) const
 
vtkTuple< TR, Size > Cast () const
 

Additional Inherited Members

- Protected Attributes inherited from vtkTuple< double, Size >
double Data [Size]
 

Detailed Description

Definition at line 324 of file vtkVector.h.

Constructor & Destructor Documentation

vtkVector3d::vtkVector3d ( )
inline

Definition at line 327 of file vtkVector.h.

vtkVector3d::vtkVector3d ( double  x,
double  y,
double  z 
)
inline

Definition at line 328 of file vtkVector.h.

vtkVector3d::vtkVector3d ( double  scalar)
inlineexplicit

Definition at line 329 of file vtkVector.h.

vtkVector3d::vtkVector3d ( const double init)
inlineexplicit

Definition at line 330 of file vtkVector.h.

Member Function Documentation

vtkVector3d::vtkVectorDerivedMacro ( vtkVector3d  ,
double  ,
 
)

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