VTK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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 double & GetX () const
 
void SetY (const double &y)
 
const double & GetY () const
 
void SetZ (const double &z)
 
const double & GetZ () const
 
const double & X () const
 
const double & Y () const
 
void Set (const double &x, const double &y, const double &z)
 
vtkVector3< double > Cross (const vtkVector3< double > &other) const
 
const double & Z () 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)
 
double * GetData ()
 
const double * GetData () const
 
double & operator[] (int i)
 
const double & operator[] (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 341 of file vtkVector.h.

Constructor & Destructor Documentation

vtkVector3d::vtkVector3d ( )
inline

Definition at line 344 of file vtkVector.h.

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

Definition at line 345 of file vtkVector.h.

vtkVector3d::vtkVector3d ( double  scalar)
inlineexplicit

Definition at line 346 of file vtkVector.h.

vtkVector3d::vtkVector3d ( const double *  init)
inlineexplicit

Definition at line 347 of file vtkVector.h.

Member Function Documentation

vtkVector3d::vtkVectorDerivedMacro ( vtkVector3d  ,
double  ,
 
)

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