Point Cloud Library (PCL)  1.7.0
Public Member Functions | Public Attributes
ON_4fPoint Class Reference

#include <pcl/surface/3rdparty/opennurbs/opennurbs_fpoint.h>

List of all members.

Public Member Functions

 ON_4fPoint ()
 ON_4fPoint (float x, float y, float z, float w)
 ON_4fPoint (const ON_2fPoint &)
 ON_4fPoint (const ON_3fPoint &)
 ON_4fPoint (const ON_2fVector &)
 ON_4fPoint (const ON_3fVector &)
 ON_4fPoint (const float *)
 ON_4fPoint (const ON_2dPoint &)
 ON_4fPoint (const ON_3dPoint &)
 ON_4fPoint (const ON_4dPoint &)
 ON_4fPoint (const ON_2dVector &)
 ON_4fPoint (const ON_3dVector &)
 ON_4fPoint (const double *)
 operator float * ()
 operator const float * () const
ON_4fPointoperator= (const ON_2fPoint &)
ON_4fPointoperator= (const ON_3fPoint &)
ON_4fPointoperator= (const ON_2fVector &)
ON_4fPointoperator= (const ON_3fVector &)
ON_4fPointoperator= (const float *)
ON_4fPointoperator= (const ON_2dPoint &)
ON_4fPointoperator= (const ON_3dPoint &)
ON_4fPointoperator= (const ON_4dPoint &)
ON_4fPointoperator= (const ON_2dVector &)
ON_4fPointoperator= (const ON_3dVector &)
ON_4fPointoperator= (const double *)
ON_4fPointoperator*= (float)
ON_4fPointoperator/= (float)
ON_4fPointoperator+= (const ON_4fPoint &)
ON_4fPointoperator-= (const ON_4fPoint &)
ON_4fPoint operator* (float) const
ON_4fPoint operator/ (float) const
ON_4fPoint operator+ (const ON_4fPoint &) const
ON_4fPoint operator- (const ON_4fPoint &) const
float operator* (const ON_4fPoint &) const
bool operator== (ON_4fPoint) const
bool operator!= (const ON_4fPoint &) const
float & operator[] (int)
float operator[] (int) const
float & operator[] (unsigned int)
float operator[] (unsigned int) const
void Set (float, float, float, float)
int MaximumCoordinateIndex () const
double MaximumCoordinate () const
void Zero ()
bool Normalize ()
void Transform (const ON_Xform &)

Public Attributes

float x
float y
float z
float w

Detailed Description

Definition at line 310 of file opennurbs_fpoint.h.


Constructor & Destructor Documentation

ON_4fPoint::ON_4fPoint ( float  x,
float  y,
float  z,
float  w 
)
ON_4fPoint::ON_4fPoint ( const float *  )
ON_4fPoint::ON_4fPoint ( const double *  )

Member Function Documentation

ON_4fPoint::operator const float * ( ) const
ON_4fPoint::operator float * ( )
bool ON_4fPoint::operator!= ( const ON_4fPoint ) const
ON_4fPoint ON_4fPoint::operator* ( float  ) const
float ON_4fPoint::operator* ( const ON_4fPoint ) const
ON_4fPoint& ON_4fPoint::operator*= ( float  )
ON_4fPoint ON_4fPoint::operator+ ( const ON_4fPoint ) const
ON_4fPoint& ON_4fPoint::operator+= ( const ON_4fPoint )
ON_4fPoint ON_4fPoint::operator- ( const ON_4fPoint ) const
ON_4fPoint& ON_4fPoint::operator-= ( const ON_4fPoint )
ON_4fPoint ON_4fPoint::operator/ ( float  ) const
ON_4fPoint& ON_4fPoint::operator/= ( float  )
ON_4fPoint& ON_4fPoint::operator= ( const ON_2fPoint )
ON_4fPoint& ON_4fPoint::operator= ( const ON_3fPoint )
ON_4fPoint& ON_4fPoint::operator= ( const ON_2fVector )
ON_4fPoint& ON_4fPoint::operator= ( const ON_3fVector )
ON_4fPoint& ON_4fPoint::operator= ( const float *  )
ON_4fPoint& ON_4fPoint::operator= ( const ON_2dPoint )
ON_4fPoint& ON_4fPoint::operator= ( const ON_3dPoint )
ON_4fPoint& ON_4fPoint::operator= ( const ON_4dPoint )
ON_4fPoint& ON_4fPoint::operator= ( const ON_2dVector )
ON_4fPoint& ON_4fPoint::operator= ( const ON_3dVector )
ON_4fPoint& ON_4fPoint::operator= ( const double *  )
bool ON_4fPoint::operator== ( ON_4fPoint  ) const
float& ON_4fPoint::operator[] ( int  )
float ON_4fPoint::operator[] ( int  ) const
float& ON_4fPoint::operator[] ( unsigned  int)
float ON_4fPoint::operator[] ( unsigned  int) const
void ON_4fPoint::Set ( float  ,
float  ,
float  ,
float   
)
void ON_4fPoint::Transform ( const ON_Xform )
void ON_4fPoint::Zero ( )

Member Data Documentation

Definition at line 313 of file opennurbs_fpoint.h.

Definition at line 313 of file opennurbs_fpoint.h.

Definition at line 313 of file opennurbs_fpoint.h.

Definition at line 313 of file opennurbs_fpoint.h.


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