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 (double x=0.0, double y=0.0)
 vtkVector2d (const double *init)
- Public Member Functions inherited from vtkVector2< double >
 vtkVector2 (const double &x=0, const double &y=0)
 vtkVector2 (const double *init)
void SetX (const double &x)
void SetY (const double &y)
void Set (const double &x, const double &y)
const double & GetX () const
const double & X () const
const double & GetY () const
const double & Y () const
- Public Member Functions inherited from vtkVector< double, 2 >
 vtkVector ()
 vtkVector (const double *init)
int GetSize () const
double operator() (int i) const
double * GetData ()
const double * GetData () const
double & operator[] (int i)
const double & operator[] (int i) const
vtkVector< TR, Size > Cast () const

Additional Inherited Members

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

Detailed Description

Definition at line 209 of file vtkVector.h.

Constructor & Destructor Documentation

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

Definition at line 212 of file vtkVector.h.

vtkVector2d::vtkVector2d ( const double *  init)
inlineexplicit

Definition at line 213 of file vtkVector.h.


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