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

#include <vtkVector.h>

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

Public Member Functions

 vtkVector2d ()
 
 vtkVector2d (double x, double y)
 
 vtkVector2d (double scalar)
 
 vtkVector2d (const double *init)
 
- Public Member Functions inherited from vtkVector2< double >
 vtkVector2 ()
 
 vtkVector2 (const double &scalar)
 
 vtkVector2 (const double *init)
 
 vtkVector2 (const double &x, const double &y)
 
void SetX (const double &x)
 
const doubleGetX () const
 
void SetY (const double &y)
 
void Set (const double &x, const double &y)
 
const doubleGetY () const
 
- Public Member Functions inherited from vtkVector< double, 2 >
 vtkVector ()
 
 vtkVector (const double &scalar)
 
 vtkVector (const double *init)
 
double SquaredNorm () const
 
double Norm () const
 
double Normalize ()
 
vtkVector< double, Size > Normalized () const
 
double Dot (const vtkVector< double, Size > &other) const
 
vtkVector< TR, Size > Cast () const
 
- Public Member Functions inherited from vtkTuple< double, Size >
int GetSize () const
 
 vtkTuple ()
 
 vtkTuple (const double &scalar)
 
 vtkTuple (const double *init)
 
doubleGetData ()
 
const doubleGetData () const
 
doubleoperator[] (int i)
 
const doubleoperator[] (int i) const
 
double operator() (int i) const
 
bool Compare (const vtkTuple< double, Size > &other, const double &tol) const
 
vtkTuple< TR, Size > Cast () const
 

Additional Inherited Members

- Protected Attributes inherited from vtkTuple< double, Size >
double Data [Size]
 

Detailed Description

Definition at line 286 of file vtkVector.h.

Constructor & Destructor Documentation

vtkVector2d::vtkVector2d ( )
inline

Definition at line 289 of file vtkVector.h.

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

Definition at line 290 of file vtkVector.h.

vtkVector2d::vtkVector2d ( double  scalar)
inlineexplicit

Definition at line 291 of file vtkVector.h.

vtkVector2d::vtkVector2d ( const double init)
inlineexplicit

Definition at line 292 of file vtkVector.h.


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