VTK  9.2.6
vtkVector4< T > Class Template Reference

#include <vtkVector.h>

Inheritance diagram for vtkVector4< T >:
[legend]
Collaboration diagram for vtkVector4< T >:
[legend]

Public Member Functions

 vtkVector4 ()=default
 
 vtkVector4 (const T &scalar)
 
 vtkVector4 (const T *init)
 
 vtkVector4 (const T &x, const T &y, const T &z, const T &w)
 
void SetX (const T &x)
 Set the x component of the vector, i.e.
 
const T & GetX () const
 Get the x component of the vector, i.e.
 
void SetY (const T &y)
 Set the y component of the vector, i.e.
 
const T & GetY () const
 Get the y component of the vector, i.e.
 
void SetZ (const T &z)
 Set the z component of the vector, i.e.
 
const T & GetZ () const
 Get the z component of the vector, i.e.
 
void SetW (const T &w)
 Set the w component of the vector, i.e.
 
const T & GetW () const
 Get the w component of the vector, i.e.
 
void Set (const T &x, const T &y, const T &z, const T &w)
 Set the x, y, z and w components of a 3D vector in homogeneous coordinates.
 
- Public Member Functions inherited from vtkVector< T, 4 >
 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.
 
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.
 
Dot (const vtkVector< T, Size > &other) const
 The dot product of this and the supplied vector.
 
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
 
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 >
Data [Size]
 The only thing stored in memory!
 

Detailed Description

template<typename T>
class vtkVector4< T >

Definition at line 312 of file vtkVector.h.

Constructor & Destructor Documentation

◆ vtkVector4() [1/4]

template<typename T >
vtkVector4< T >::vtkVector4 ( )
default

◆ vtkVector4() [2/4]

template<typename T >
vtkVector4< T >::vtkVector4 ( const T & scalar)
inlineexplicit

Definition at line 317 of file vtkVector.h.

◆ vtkVector4() [3/4]

template<typename T >
vtkVector4< T >::vtkVector4 ( const T * init)
inlineexplicit

Definition at line 322 of file vtkVector.h.

◆ vtkVector4() [4/4]

template<typename T >
vtkVector4< T >::vtkVector4 ( const T & x,
const T & y,
const T & z,
const T & w )
inline

Definition at line 327 of file vtkVector.h.

Member Function Documentation

◆ Set()

template<typename T >
void vtkVector4< T >::Set ( const T & x,
const T & y,
const T & z,
const T & w )
inline

Set the x, y, z and w components of a 3D vector in homogeneous coordinates.

Definition at line 339 of file vtkVector.h.

◆ SetX()

template<typename T >
void vtkVector4< T >::SetX ( const T & x)
inline

Set the x component of the vector, i.e.

element 0.

Definition at line 351 of file vtkVector.h.

◆ GetX()

template<typename T >
const T & vtkVector4< T >::GetX ( ) const
inline

Get the x component of the vector, i.e.

element 0.

Definition at line 356 of file vtkVector.h.

◆ SetY()

template<typename T >
void vtkVector4< T >::SetY ( const T & y)
inline

Set the y component of the vector, i.e.

element 1.

Definition at line 361 of file vtkVector.h.

◆ GetY()

template<typename T >
const T & vtkVector4< T >::GetY ( ) const
inline

Get the y component of the vector, i.e.

element 1.

Definition at line 366 of file vtkVector.h.

◆ SetZ()

template<typename T >
void vtkVector4< T >::SetZ ( const T & z)
inline

Set the z component of the vector, i.e.

element 2.

Definition at line 371 of file vtkVector.h.

◆ GetZ()

template<typename T >
const T & vtkVector4< T >::GetZ ( ) const
inline

Get the z component of the vector, i.e.

element 2.

Definition at line 376 of file vtkVector.h.

◆ SetW()

template<typename T >
void vtkVector4< T >::SetW ( const T & w)
inline

Set the w component of the vector, i.e.

element 3.

Definition at line 381 of file vtkVector.h.

◆ GetW()

template<typename T >
const T & vtkVector4< T >::GetW ( ) const
inline

Get the w component of the vector, i.e.

element 3.

Definition at line 386 of file vtkVector.h.


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