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

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

+ Inheritance diagram for ON_SumSurface:

List of all members.

Public Member Functions

void DestroyRuntimeCache (bool bDelete=true)
 ON_SumSurface ()
 ~ON_SumSurface ()
 ON_SumSurface (const ON_SumSurface &)
ON_SumSurfaceoperator= (const ON_SumSurface &)
ON_BOOL32 Create (const ON_Curve &curve, ON_3dVector extrusion_vector)
ON_BOOL32 Create (ON_Curve *pCurve, ON_3dVector extrusion_vector)
ON_BOOL32 Create (const ON_Curve &curve, const ON_Curve &path_curve)
ON_BOOL32 Create (ON_Curve *pCurve, ON_Curve *pPathCurve)
void Destroy ()
void EmergencyDestroy ()
unsigned int SizeOf () const
ON__UINT32 DataCRC (ON__UINT32 current_remainder) const
ON_BOOL32 IsValid (ON_TextLog *text_log=NULL) const
void Dump (ON_TextLog &) const
ON_BOOL32 Write (ON_BinaryArchive &) const
ON_BOOL32 Read (ON_BinaryArchive &)
int Dimension () const
ON_BOOL32 GetBBox (double *boxmin, double *boxmax, int bGrowBox=false) const
void ClearBoundingBox ()
ON_BOOL32 Transform (const ON_Xform &)
bool IsDeformable () const
bool MakeDeformable ()
ON_BOOL32 SetDomain (int dir, double t0, double t1)
ON_Interval Domain (int) const
ON_BOOL32 GetSurfaceSize (double *width, double *height) const
int SpanCount (int) const
ON_BOOL32 GetSpanVector (int, double *) const
int Degree (int) const
ON_BOOL32 GetParameterTolerance (int, double, double *, double *) const
ON_BOOL32 IsPlanar (ON_Plane *plane=NULL, double tolerance=ON_ZERO_TOLERANCE) const
ON_BOOL32 IsClosed (int) const
ON_BOOL32 IsPeriodic (int) const
ON_BOOL32 IsSingular (int) const
bool GetNextDiscontinuity (int dir, ON::continuity c, double t0, double t1, double *t, int *hint=NULL, int *dtype=NULL, double cos_angle_tolerance=ON_DEFAULT_ANGLE_TOLERANCE_COSINE, double curvature_tolerance=ON_SQRT_EPSILON) const
bool IsContinuous (ON::continuity c, double s, double t, int *hint=NULL, double point_tolerance=ON_ZERO_TOLERANCE, double d1_tolerance=ON_ZERO_TOLERANCE, double d2_tolerance=ON_ZERO_TOLERANCE, double cos_angle_tolerance=ON_DEFAULT_ANGLE_TOLERANCE_COSINE, double curvature_tolerance=ON_SQRT_EPSILON) const
ON_BOOL32 Reverse (int)
ON_BOOL32 Transpose ()
ON_BOOL32 Evaluate (double, double, int, int, double *, int=0, int *=0) const
ON_CurveIsoCurve (int, double) const
int GetNurbForm (ON_NurbsSurface &, double=0.0) const
int HasNurbForm () const
bool GetSurfaceParameterFromNurbFormParameter (double nurbs_s, double nurbs_t, double *surface_s, double *surface_t) const
bool GetNurbFormParameterFromSurfaceParameter (double surface_s, double surface_t, double *nurbs_s, double *nurbs_t) const
ON_BOOL32 Trim (int dir, const ON_Interval &domain)
bool Extend (int dir, const ON_Interval &domain)
ON_BOOL32 Split (int dir, double c, ON_Surface *&west_or_south_side, ON_Surface *&east_or_north_side) const

Static Public Member Functions

static ON_SumSurfaceNew ()
static ON_SumSurfaceNew (const ON_SumSurface &rev_surface)

Public Attributes

ON_Curvem_curve [2]
ON_3dVector m_basepoint
ON_BoundingBox m_bbox

Detailed Description

Definition at line 23 of file opennurbs_sumsurface.h.


Constructor & Destructor Documentation


Member Function Documentation

void ON_SumSurface::ClearBoundingBox ( ) [virtual]

Reimplemented from ON_Geometry.

ON_BOOL32 ON_SumSurface::Create ( const ON_Curve curve,
ON_3dVector  extrusion_vector 
)
ON_BOOL32 ON_SumSurface::Create ( ON_Curve pCurve,
ON_3dVector  extrusion_vector 
)
ON_BOOL32 ON_SumSurface::Create ( const ON_Curve curve,
const ON_Curve path_curve 
)
ON_BOOL32 ON_SumSurface::Create ( ON_Curve pCurve,
ON_Curve pPathCurve 
)
ON__UINT32 ON_SumSurface::DataCRC ( ON__UINT32  current_remainder) const [virtual]

Reimplemented from ON_Object.

int ON_SumSurface::Degree ( int  ) const [virtual]

Implements ON_Surface.

void ON_SumSurface::DestroyRuntimeCache ( bool  bDelete = true) [virtual]

Reimplemented from ON_Surface.

int ON_SumSurface::Dimension ( ) const [virtual]

Implements ON_Geometry.

ON_Interval ON_SumSurface::Domain ( int  ) const [virtual]

Implements ON_Surface.

void ON_SumSurface::Dump ( ON_TextLog ) const [virtual]

Reimplemented from ON_Object.

Reimplemented from ON_Object.

ON_BOOL32 ON_SumSurface::Evaluate ( double  ,
double  ,
int  ,
int  ,
double *  ,
int  = 0,
int *  = 0 
) const [virtual]

Implements ON_Surface.

bool ON_SumSurface::Extend ( int  dir,
const ON_Interval domain 
) [virtual]

Reimplemented from ON_Surface.

ON_BOOL32 ON_SumSurface::GetBBox ( double *  boxmin,
double *  boxmax,
int  bGrowBox = false 
) const [virtual]

Implements ON_Geometry.

bool ON_SumSurface::GetNextDiscontinuity ( int  dir,
ON::continuity  c,
double  t0,
double  t1,
double *  t,
int *  hint = NULL,
int *  dtype = NULL,
double  cos_angle_tolerance = ON_DEFAULT_ANGLE_TOLERANCE_COSINE,
double  curvature_tolerance = ON_SQRT_EPSILON 
) const [virtual]

Reimplemented from ON_Surface.

int ON_SumSurface::GetNurbForm ( ON_NurbsSurface ,
double  = 0.0 
) const [virtual]

Reimplemented from ON_Surface.

bool ON_SumSurface::GetNurbFormParameterFromSurfaceParameter ( double  surface_s,
double  surface_t,
double *  nurbs_s,
double *  nurbs_t 
) const [virtual]

Reimplemented from ON_Surface.

ON_BOOL32 ON_SumSurface::GetParameterTolerance ( int  ,
double  ,
double *  ,
double *   
) const [virtual]

Reimplemented from ON_Surface.

ON_BOOL32 ON_SumSurface::GetSpanVector ( int  ,
double *   
) const [virtual]

Implements ON_Surface.

bool ON_SumSurface::GetSurfaceParameterFromNurbFormParameter ( double  nurbs_s,
double  nurbs_t,
double *  surface_s,
double *  surface_t 
) const [virtual]

Reimplemented from ON_Surface.

ON_BOOL32 ON_SumSurface::GetSurfaceSize ( double *  width,
double *  height 
) const [virtual]

Reimplemented from ON_Surface.

int ON_SumSurface::HasNurbForm ( ) const [virtual]

Reimplemented from ON_Surface.

ON_BOOL32 ON_SumSurface::IsClosed ( int  ) const [virtual]

Reimplemented from ON_Surface.

bool ON_SumSurface::IsContinuous ( ON::continuity  c,
double  s,
double  t,
int *  hint = NULL,
double  point_tolerance = ON_ZERO_TOLERANCE,
double  d1_tolerance = ON_ZERO_TOLERANCE,
double  d2_tolerance = ON_ZERO_TOLERANCE,
double  cos_angle_tolerance = ON_DEFAULT_ANGLE_TOLERANCE_COSINE,
double  curvature_tolerance = ON_SQRT_EPSILON 
) const [virtual]

Reimplemented from ON_Surface.

bool ON_SumSurface::IsDeformable ( ) const [virtual]

Reimplemented from ON_Geometry.

ON_Curve* ON_SumSurface::IsoCurve ( int  ,
double   
) const [virtual]

Reimplemented from ON_Surface.

ON_BOOL32 ON_SumSurface::IsPeriodic ( int  ) const [virtual]

Reimplemented from ON_Surface.

ON_BOOL32 ON_SumSurface::IsPlanar ( ON_Plane plane = NULL,
double  tolerance = ON_ZERO_TOLERANCE 
) const [virtual]

Reimplemented from ON_Surface.

ON_BOOL32 ON_SumSurface::IsSingular ( int  ) const [virtual]

Reimplemented from ON_Surface.

ON_BOOL32 ON_SumSurface::IsValid ( ON_TextLog text_log = NULL) const [virtual]

Implements ON_Object.

bool ON_SumSurface::MakeDeformable ( ) [virtual]

Reimplemented from ON_Geometry.

static ON_SumSurface* ON_SumSurface::New ( ) [static]
static ON_SumSurface* ON_SumSurface::New ( const ON_SumSurface rev_surface) [static]
ON_SumSurface& ON_SumSurface::operator= ( const ON_SumSurface )
ON_BOOL32 ON_SumSurface::Read ( ON_BinaryArchive ) [virtual]

Reimplemented from ON_Object.

ON_BOOL32 ON_SumSurface::Reverse ( int  ) [virtual]

Implements ON_Surface.

ON_BOOL32 ON_SumSurface::SetDomain ( int  dir,
double  t0,
double  t1 
) [virtual]

Reimplemented from ON_Surface.

unsigned int ON_SumSurface::SizeOf ( ) const [virtual]

Reimplemented from ON_Surface.

int ON_SumSurface::SpanCount ( int  ) const [virtual]

Implements ON_Surface.

ON_BOOL32 ON_SumSurface::Split ( int  dir,
double  c,
ON_Surface *&  west_or_south_side,
ON_Surface *&  east_or_north_side 
) const [virtual]

Reimplemented from ON_Surface.

ON_BOOL32 ON_SumSurface::Transform ( const ON_Xform ) [virtual]

Reimplemented from ON_Geometry.

ON_BOOL32 ON_SumSurface::Transpose ( ) [virtual]

Implements ON_Surface.

ON_BOOL32 ON_SumSurface::Trim ( int  dir,
const ON_Interval domain 
) [virtual]

Reimplemented from ON_Surface.

ON_BOOL32 ON_SumSurface::Write ( ON_BinaryArchive ) const [virtual]

Reimplemented from ON_Object.


Member Data Documentation

Definition at line 38 of file opennurbs_sumsurface.h.

Definition at line 39 of file opennurbs_sumsurface.h.

Definition at line 36 of file opennurbs_sumsurface.h.


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