VTK  9.2.6
vtkVector4i Class Reference

#include <vtkVector.h>

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

Public Types

typedef vtkVector4< int > Superclass

Public Member Functions

 vtkVector4i ()=default
 vtkVector4i (int x, int y, int z, int w)
 vtkVectorDerivedMacro (vtkVector4i, int, 4)
Public Member Functions inherited from vtkVector4< int >
 vtkVector4 ()=default
 vtkVector4 (const int &scalar)
 vtkVector4 (const int *init)
 vtkVector4 (const int &x, const int &y, const int &z, const int &w)
void SetX (const int &x)
 Set the x component of the vector, i.e.
const int & GetX () const
 Get the x component of the vector, i.e.
void SetY (const int &y)
 Set the y component of the vector, i.e.
const int & GetY () const
 Get the y component of the vector, i.e.
void SetZ (const int &z)
 Set the z component of the vector, i.e.
const int & GetZ () const
 Get the z component of the vector, i.e.
void SetW (const int &w)
 Set the w component of the vector, i.e.
const int & GetW () const
 Get the w component of the vector, i.e.
void Set (const int &x, const int &y, const int &z, const int &w)
 Set the x, y, z and w components of a 3D vector in homogeneous coordinates.
Public Member Functions inherited from vtkVector< int, 4 >
 vtkVector ()=default
double Norm () const
 Get the norm of the vector, i.e.
int SquaredNorm () const
 Get the squared norm of the vector.
double Normalize ()
 Normalize the vector in place.
vtkVector< int, Size > Normalized () const
 Return the normalized form of this vector.
int Dot (const vtkVector< int, 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< int, Size >
 vtkTuple ()=default
 The default constructor does not initialize values.
int GetSize () const
 Get the size of the tuple.
int * GetData ()
 Get a pointer to the underlying data of the tuple.
int & operator[] (int i)
 Get a reference to the underlying data element of the tuple.
int operator() (int i) const
 Get the value of the tuple at the index specified.
bool Compare (const vtkTuple< int, Size > &other, const int &tol) const
 Equality operator with a tolerance to allow fuzzy comparisons.
vtkTuple< TR, Size > Cast () const
 Cast the tuple to the specified type, returning the result.

Additional Inherited Members

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

Detailed Description

Definition at line 503 of file vtkVector.h.

Member Typedef Documentation

◆ Superclass

Definition at line 506 of file vtkVector.h.

Constructor & Destructor Documentation

◆ vtkVector4i() [1/2]

vtkVector4i::vtkVector4i ( )
default

◆ vtkVector4i() [2/2]

vtkVector4i::vtkVector4i ( int x,
int y,
int z,
int w )
inline

Definition at line 508 of file vtkVector.h.

Member Function Documentation

◆ vtkVectorDerivedMacro()

vtkVector4i::vtkVectorDerivedMacro ( vtkVector4i ,
int ,
4  )

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