|  | 
|  | vtkVector4 () | 
|  | 
|  | vtkVector4 (const T &scalar) | 
|  | 
|  | vtkVector4 (const T *init) | 
|  | 
|  | vtkVector4 (const T &x, const T &y, const T &z, const T &w) | 
|  | 
| 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.  More... 
 | 
|  | 
| void | SetX (const T &x) | 
|  | Set the x component of the vector, i.e.  More... 
 | 
|  | 
| const T & | GetX () const | 
|  | Get the x component of the vector, i.e.  More... 
 | 
|  | 
| void | SetY (const T &y) | 
|  | Set the y component of the vector, i.e.  More... 
 | 
|  | 
| const T & | GetY () const | 
|  | Get the y component of the vector, i.e.  More... 
 | 
|  | 
| void | SetZ (const T &z) | 
|  | Set the z component of the vector, i.e.  More... 
 | 
|  | 
| const T & | GetZ () const | 
|  | Get the z component of the vector, i.e.  More... 
 | 
|  | 
| void | SetW (const T &w) | 
|  | Set the w component of the vector, i.e.  More... 
 | 
|  | 
| const T & | GetW () const | 
|  | Get the w component of the vector, i.e.  More... 
 | 
|  | 
|  | vtkVector () | 
|  | 
|  | 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... 
 | 
|  | 
| T | SquaredNorm () const | 
|  | Get the squared norm of the vector.  More... 
 | 
|  | 
| double | Norm () const | 
|  | Get the norm of the vector, i.e.  More... 
 | 
|  | 
| double | Normalize () | 
|  | Normalize the vector in place.  More... 
 | 
|  | 
| vtkVector< T, Size > | Normalized () const | 
|  | Return the normalized form of this vector.  More... 
 | 
|  | 
| T | Dot (const vtkVector< T, Size > &other) const | 
|  | The dot product of this and the supplied vector.  More... 
 | 
|  | 
| vtkVector< TR, Size > | Cast () const | 
|  | Cast the vector to the specified type, returning the result.  More... 
 | 
|  | 
|  | vtkTuple () | 
|  | 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... 
 | 
|  | 
| 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 | 
|  | 
| T | 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... 
 | 
|  | 
template<typename T>
class vtkVector4< T >
Definition at line 309 of file vtkVector.h.