VTK  9.6.2
vtkVector3d Class Reference

#include <vtkVector.h>

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

Public Types

typedef vtkVector3< double > Superclass

Public Member Functions

 vtkVector3d ()=default
 vtkVector3d (double x, double y, double z)
 vtkVectorDerivedMacro (vtkVector3d, double, 3)
 vtkVector3Cross (vtkVector3d, double)
Public Member Functions inherited from vtkVector3< double >
 vtkVector3 ()=default
 vtkVector3 (const double &scalar)
 vtkVector3 (const double *init)
 vtkVector3 (const double &x, const double &y, const double &z)
void SetX (const double &x)
 Set the x component of the vector, i.e.
const double & GetX () const
 Get the x component of the vector, i.e.
void SetY (const double &y)
 Set the y component of the vector, i.e.
const double & GetY () const
 Get the y component of the vector, i.e.
void SetZ (const double &z)
 Set the z component of the vector, i.e.
const double & GetZ () const
 Get the z component of the vector, i.e.
void Set (const double &x, const double &y, const double &z)
 Set the x, y and z components of the vector.
vtkVector3< double > Cross (const vtkVector3< double > &other) const
 Return the cross product of this X other.
bool operator< (const vtkVector3< double > &v) const
 Lexicographical comparison of two vector.
Public Member Functions inherited from vtkVector< T, Size >
 vtkVector ()=default
 vtkVector (const T &scalar)
 Initialize all of the vector's elements with the supplied scalar.
 vtkVector (const T *init)
 Initialize the vector's elements with the elements of the supplied array.
double Norm () const
 Get the norm of the vector, i.e.
T SquaredNorm () const
 Get the squared norm of the vector.
double Normalize ()
 Normalize the vector in place.
vtkVector< T, Size > Normalized () const
 Return the normalized form of this vector.
T Dot (const vtkVector< T, Size > &other) const
 The dot product of this and the supplied vector.
template<typename TR>
vtkVector< TR, Size > Cast () const
 Cast the vector to the specified type, returning the result.
Public Member Functions inherited from vtkTuple< T, Size >
 vtkTuple ()=default
 The default constructor does not initialize values.
 vtkTuple (const T &scalar)
 Initialize all of the tuple's elements with the supplied scalar.
 vtkTuple (const T *init)
 Initialize the tuple's elements with the elements of the supplied array.
 vtkTuple (const std::array< T, Size > &values)
 Initialize the tuple's elements using a std::array for matching type and size.
int GetSize () const
 Get the size of the tuple.
T * GetData ()
 Get a pointer to the underlying data of the tuple.
const T * GetData () const
T & operator[] (int i)
 Get a reference to the underlying data element of the tuple.
const T & operator[] (int i) const
T operator() (int i) const
 Get the value of the tuple at the index specified.
bool Compare (const vtkTuple< T, Size > &other, const T &tol) const
 Equality operator with a tolerance to allow fuzzy comparisons.
template<typename TR>
vtkTuple< TR, Size > Cast () const
 Cast the tuple to the specified type, returning the result.

Additional Inherited Members

Protected Attributes inherited from vtkTuple< T, Size >
T Data [Size]
 The only thing stored in memory!

Detailed Description

Definition at line 479 of file vtkVector.h.

Member Typedef Documentation

◆ Superclass

Definition at line 482 of file vtkVector.h.

Constructor & Destructor Documentation

◆ vtkVector3d() [1/2]

vtkVector3d::vtkVector3d ( )
default

◆ vtkVector3d() [2/2]

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

Definition at line 484 of file vtkVector.h.

Member Function Documentation

◆ vtkVectorDerivedMacro()

vtkVector3d::vtkVectorDerivedMacro ( vtkVector3d ,
double ,
3  )

◆ vtkVector3Cross()

vtkVector3d::vtkVector3Cross ( vtkVector3d ,
double  )

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