VTK  9.3.20240329
Public Types | Public Member Functions | List of all members
vtkVector3i Class Reference

#include <vtkVector.h>

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

Public Types

typedef vtkVector3< int > Superclass
 

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

Definition at line 512 of file vtkVector.h.

Member Typedef Documentation

◆ Superclass

Definition at line 515 of file vtkVector.h.

Constructor & Destructor Documentation

◆ vtkVector3i() [1/2]

vtkVector3i::vtkVector3i ( )
default

◆ vtkVector3i() [2/2]

vtkVector3i::vtkVector3i ( int  x,
int  y,
int  z 
)
inline

Definition at line 517 of file vtkVector.h.

Member Function Documentation

◆ vtkVectorDerivedMacro()

vtkVector3i::vtkVectorDerivedMacro ( vtkVector3i  ,
int  ,
 
)

◆ vtkVector3Cross()

vtkVector3i::vtkVector3Cross ( vtkVector3i  ,
int   
)

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