VTK  9.1.0
Public Types | Public Member Functions | List of all members
vtkVector2d Class Reference

#include <vtkVector.h>

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

Public Types

typedef vtkVector2< double > Superclass
 

Public Member Functions

 vtkVector2d ()=default
 
 vtkVector2d (double x, double y)
 
 vtkVectorDerivedMacro (vtkVector2d, double, 2)
 
- Public Member Functions inherited from vtkVector2< double >
 vtkVector2 ()=default
 
 vtkVector2 (const double &scalar)
 
 vtkVector2 (const double *init)
 
 vtkVector2 (const double &x, const double &y)
 
void SetX (const double &x)
 Set the x component of the vector, i.e. More...
 
const double & GetX () const
 Get the x component of the vector, i.e. More...
 
void SetY (const double &y)
 Set the y component of the vector, i.e. More...
 
const double & GetY () const
 Get the y component of the vector, i.e. More...
 
void Set (const double &x, const double &y)
 Set the x and y components of the vector. More...
 
bool operator< (const vtkVector2< double > &v) const
 Lexicographical comparison of two vector. More...
 
- Public Member Functions inherited from vtkVector< double, 2 >
 vtkVector ()=default
 
 vtkVector (const double &scalar)
 Initialize all of the vector's elements with the supplied scalar. More...
 
 vtkVector (const double *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...
 
double SquaredNorm () const
 Get the squared norm of the vector. More...
 
double Normalize ()
 Normalize the vector in place. More...
 
vtkVector< double, Size > Normalized () const
 Return the normalized form of this vector. More...
 
double Dot (const vtkVector< double, 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...
 
- Public Member Functions inherited from vtkTuple< double, Size >
 vtkTuple ()=default
 The default constructor does not initialize values. More...
 
 vtkTuple (const double &scalar)
 Initialize all of the tuple's elements with the supplied scalar. More...
 
 vtkTuple (const double *init)
 Initialize the tuple's elements with the elements of the supplied array. More...
 
 vtkTuple (const std::array< double, 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...
 
double * GetData ()
 Get a pointer to the underlying data of the tuple. More...
 
const double * GetData () const
 
double & operator[] (int i)
 Get a reference to the underlying data element of the tuple. More...
 
const double & operator[] (int i) const
 
double operator() (int i) const
 Get the value of the tuple at the index specified. More...
 
bool Compare (const vtkTuple< double, Size > &other, const double &tol) const
 Equality operator with a tolerance to allow fuzzy comparisons. More...
 
vtkTuple< TR, Size > Cast () const
 Cast the tuple to the specified type, returning the result. More...
 

Additional Inherited Members

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

Detailed Description

Definition at line 502 of file vtkVector.h.

Member Typedef Documentation

◆ Superclass

Definition at line 505 of file vtkVector.h.

Constructor & Destructor Documentation

◆ vtkVector2d() [1/2]

vtkVector2d::vtkVector2d ( )
default

◆ vtkVector2d() [2/2]

vtkVector2d::vtkVector2d ( double  x,
double  y 
)
inline

Definition at line 507 of file vtkVector.h.

Member Function Documentation

◆ vtkVectorDerivedMacro()

vtkVector2d::vtkVectorDerivedMacro ( vtkVector2d  ,
double  ,
 
)

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