Point Cloud Library (PCL) 1.15.1
Loading...
Searching...
No Matches
ON_4fPoint Class Reference

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

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() [1/13]

◆ ON_4fPoint() [2/13]

ON_4fPoint::ON_4fPoint ( float x,
float y,
float z,
float w )

References w, x, y, and z.

◆ ON_4fPoint() [3/13]

ON_4fPoint::ON_4fPoint ( const ON_2fPoint & )

◆ ON_4fPoint() [4/13]

ON_4fPoint::ON_4fPoint ( const ON_3fPoint & )

◆ ON_4fPoint() [5/13]

ON_4fPoint::ON_4fPoint ( const ON_2fVector & )

◆ ON_4fPoint() [6/13]

ON_4fPoint::ON_4fPoint ( const ON_3fVector & )

◆ ON_4fPoint() [7/13]

ON_4fPoint::ON_4fPoint ( const float * )

◆ ON_4fPoint() [8/13]

ON_4fPoint::ON_4fPoint ( const ON_2dPoint & )

◆ ON_4fPoint() [9/13]

ON_4fPoint::ON_4fPoint ( const ON_3dPoint & )

◆ ON_4fPoint() [10/13]

ON_4fPoint::ON_4fPoint ( const ON_4dPoint & )

◆ ON_4fPoint() [11/13]

ON_4fPoint::ON_4fPoint ( const ON_2dVector & )

◆ ON_4fPoint() [12/13]

ON_4fPoint::ON_4fPoint ( const ON_3dVector & )

◆ ON_4fPoint() [13/13]

ON_4fPoint::ON_4fPoint ( const double * )

Member Function Documentation

◆ MaximumCoordinate()

double ON_4fPoint::MaximumCoordinate ( ) const

◆ MaximumCoordinateIndex()

int ON_4fPoint::MaximumCoordinateIndex ( ) const

◆ Normalize()

bool ON_4fPoint::Normalize ( )

◆ operator const float *()

ON_4fPoint::operator const float * ( ) const

◆ operator float *()

ON_4fPoint::operator float * ( )

◆ operator!=()

bool ON_4fPoint::operator!= ( const ON_4fPoint & ) const

References ON_4fPoint().

◆ operator*() [1/2]

float ON_4fPoint::operator* ( const ON_4fPoint & ) const

References ON_4fPoint().

◆ operator*() [2/2]

ON_4fPoint ON_4fPoint::operator* ( float ) const

References ON_4fPoint().

◆ operator*=()

ON_4fPoint & ON_4fPoint::operator*= ( float )

References ON_4fPoint().

◆ operator+()

ON_4fPoint ON_4fPoint::operator+ ( const ON_4fPoint & ) const

References ON_4fPoint().

◆ operator+=()

ON_4fPoint & ON_4fPoint::operator+= ( const ON_4fPoint & )

References ON_4fPoint().

◆ operator-()

ON_4fPoint ON_4fPoint::operator- ( const ON_4fPoint & ) const

References ON_4fPoint().

◆ operator-=()

ON_4fPoint & ON_4fPoint::operator-= ( const ON_4fPoint & )

References ON_4fPoint().

◆ operator/()

ON_4fPoint ON_4fPoint::operator/ ( float ) const

References ON_4fPoint().

◆ operator/=()

ON_4fPoint & ON_4fPoint::operator/= ( float )

References ON_4fPoint().

◆ operator=() [1/11]

ON_4fPoint & ON_4fPoint::operator= ( const double * )

References ON_4fPoint().

◆ operator=() [2/11]

ON_4fPoint & ON_4fPoint::operator= ( const float * )

References ON_4fPoint().

◆ operator=() [3/11]

ON_4fPoint & ON_4fPoint::operator= ( const ON_2dPoint & )

References ON_4fPoint().

◆ operator=() [4/11]

ON_4fPoint & ON_4fPoint::operator= ( const ON_2dVector & )

References ON_4fPoint().

◆ operator=() [5/11]

ON_4fPoint & ON_4fPoint::operator= ( const ON_2fPoint & )

References ON_4fPoint().

◆ operator=() [6/11]

ON_4fPoint & ON_4fPoint::operator= ( const ON_2fVector & )

References ON_4fPoint().

◆ operator=() [7/11]

ON_4fPoint & ON_4fPoint::operator= ( const ON_3dPoint & )

References ON_4fPoint().

◆ operator=() [8/11]

ON_4fPoint & ON_4fPoint::operator= ( const ON_3dVector & )

References ON_4fPoint().

◆ operator=() [9/11]

ON_4fPoint & ON_4fPoint::operator= ( const ON_3fPoint & )

References ON_4fPoint().

◆ operator=() [10/11]

ON_4fPoint & ON_4fPoint::operator= ( const ON_3fVector & )

References ON_4fPoint().

◆ operator=() [11/11]

ON_4fPoint & ON_4fPoint::operator= ( const ON_4dPoint & )

References ON_4fPoint().

◆ operator==()

bool ON_4fPoint::operator== ( ON_4fPoint ) const

References ON_4fPoint().

◆ operator[]() [1/4]

float & ON_4fPoint::operator[] ( int )

◆ operator[]() [2/4]

float ON_4fPoint::operator[] ( int ) const

◆ operator[]() [3/4]

float & ON_4fPoint::operator[] ( unsigned int )

◆ operator[]() [4/4]

float ON_4fPoint::operator[] ( unsigned int ) const

◆ Set()

void ON_4fPoint::Set ( float ,
float ,
float ,
float  )

◆ Transform()

void ON_4fPoint::Transform ( const ON_Xform & )

◆ Zero()

void ON_4fPoint::Zero ( )

Member Data Documentation

◆ w

float ON_4fPoint::w

Definition at line 313 of file opennurbs_fpoint.h.

Referenced by ON_4fPoint().

◆ x

float ON_4fPoint::x

Definition at line 313 of file opennurbs_fpoint.h.

Referenced by ON_4fPoint().

◆ y

float ON_4fPoint::y

Definition at line 313 of file opennurbs_fpoint.h.

Referenced by ON_4fPoint().

◆ z

float ON_4fPoint::z

Definition at line 313 of file opennurbs_fpoint.h.

Referenced by ON_4fPoint().


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