Point Cloud Library (PCL)
1.7.0
|
#include <pcl/surface/3rdparty/opennurbs/opennurbs_surfaceproxy.h>
Public Member Functions | |
void | DestroyRuntimeCache (bool bDelete=true) |
ON_SurfaceProxy () | |
ON_SurfaceProxy (const ON_Surface *) | |
ON_SurfaceProxy (const ON_SurfaceProxy &) | |
ON_SurfaceProxy & | operator= (const ON_SurfaceProxy &) |
virtual | ~ON_SurfaceProxy () |
void | SetProxySurface (const ON_Surface *proxy_surface) |
const ON_Surface * | ProxySurface () const |
bool | ProxySurfaceIsTransposed () const |
virtual ON_Surface * | DuplicateSurface () const |
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 *, double *, ON_BOOL32=false) const |
ON_BOOL32 | Transform (const ON_Xform &) |
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 |
ISO | IsIsoparametric (const ON_Curve &curve, const ON_Interval *curve_domain=NULL) const |
ISO | IsIsoparametric (const ON_BoundingBox &bbox) 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_Curve * | IsoCurve (int dir, double c) 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 |
Definition at line 28 of file opennurbs_surfaceproxy.h.
ON_SurfaceProxy::ON_SurfaceProxy | ( | const ON_Surface * | ) |
ON_SurfaceProxy::ON_SurfaceProxy | ( | const ON_SurfaceProxy & | ) |
virtual ON_SurfaceProxy::~ON_SurfaceProxy | ( | ) | [virtual] |
ON__UINT32 ON_SurfaceProxy::DataCRC | ( | ON__UINT32 | current_remainder | ) | const [virtual] |
Reimplemented from ON_Object.
Reimplemented in ON_BrepFace.
int ON_SurfaceProxy::Degree | ( | int | ) | const [virtual] |
Implements ON_Surface.
void ON_SurfaceProxy::DestroyRuntimeCache | ( | bool | bDelete = true | ) | [virtual] |
Reimplemented from ON_Surface.
Reimplemented in ON_BrepFace.
int ON_SurfaceProxy::Dimension | ( | ) | const [virtual] |
Implements ON_Geometry.
ON_Interval ON_SurfaceProxy::Domain | ( | int | ) | const [virtual] |
Implements ON_Surface.
void ON_SurfaceProxy::Dump | ( | ON_TextLog & | ) | const [virtual] |
Reimplemented from ON_Object.
Reimplemented in ON_BrepFace.
virtual ON_Surface* ON_SurfaceProxy::DuplicateSurface | ( | ) | const [virtual] |
Reimplemented from ON_Surface.
ON_BOOL32 ON_SurfaceProxy::Evaluate | ( | double | , |
double | , | ||
int | , | ||
int | , | ||
double * | , | ||
int | = 0 , |
||
int * | = 0 |
||
) | const [virtual] |
Implements ON_Surface.
Reimplemented in ON_OffsetSurface.
ON_BOOL32 ON_SurfaceProxy::GetBBox | ( | double * | , |
double * | , | ||
ON_BOOL32 | = false |
||
) | const [virtual] |
Implements ON_Geometry.
Reimplemented in ON_BrepFace, and ON_OffsetSurface.
bool ON_SurfaceProxy::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_SurfaceProxy::GetNurbForm | ( | ON_NurbsSurface & | , |
double | = 0.0 |
||
) | const [virtual] |
Reimplemented from ON_Surface.
bool ON_SurfaceProxy::GetNurbFormParameterFromSurfaceParameter | ( | double | surface_s, |
double | surface_t, | ||
double * | nurbs_s, | ||
double * | nurbs_t | ||
) | const [virtual] |
Reimplemented from ON_Surface.
ON_BOOL32 ON_SurfaceProxy::GetParameterTolerance | ( | int | , |
double | , | ||
double * | , | ||
double * | |||
) | const [virtual] |
Reimplemented from ON_Surface.
ON_BOOL32 ON_SurfaceProxy::GetSpanVector | ( | int | , |
double * | |||
) | const [virtual] |
Implements ON_Surface.
bool ON_SurfaceProxy::GetSurfaceParameterFromNurbFormParameter | ( | double | nurbs_s, |
double | nurbs_t, | ||
double * | surface_s, | ||
double * | surface_t | ||
) | const [virtual] |
Reimplemented from ON_Surface.
ON_BOOL32 ON_SurfaceProxy::GetSurfaceSize | ( | double * | width, |
double * | height | ||
) | const [virtual] |
Reimplemented from ON_Surface.
int ON_SurfaceProxy::HasNurbForm | ( | ) | const [virtual] |
Reimplemented from ON_Surface.
ON_BOOL32 ON_SurfaceProxy::IsClosed | ( | int | ) | const [virtual] |
Reimplemented from ON_Surface.
bool ON_SurfaceProxy::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.
ISO ON_SurfaceProxy::IsIsoparametric | ( | const ON_Curve & | curve, |
const ON_Interval * | curve_domain = NULL |
||
) | const [virtual] |
Reimplemented from ON_Surface.
ISO ON_SurfaceProxy::IsIsoparametric | ( | const ON_BoundingBox & | bbox | ) | const [virtual] |
Reimplemented from ON_Surface.
ON_Curve* ON_SurfaceProxy::IsoCurve | ( | int | dir, |
double | c | ||
) | const [virtual] |
Reimplemented from ON_Surface.
ON_BOOL32 ON_SurfaceProxy::IsPeriodic | ( | int | ) | const [virtual] |
Reimplemented from ON_Surface.
ON_BOOL32 ON_SurfaceProxy::IsPlanar | ( | ON_Plane * | plane = NULL , |
double | tolerance = ON_ZERO_TOLERANCE |
||
) | const [virtual] |
Reimplemented from ON_Surface.
ON_BOOL32 ON_SurfaceProxy::IsSingular | ( | int | ) | const [virtual] |
Reimplemented from ON_Surface.
ON_BOOL32 ON_SurfaceProxy::IsValid | ( | ON_TextLog * | text_log = NULL | ) | const [virtual] |
Implements ON_Object.
Reimplemented in ON_BrepFace.
ON_SurfaceProxy& ON_SurfaceProxy::operator= | ( | const ON_SurfaceProxy & | ) |
const ON_Surface* ON_SurfaceProxy::ProxySurface | ( | ) | const |
bool ON_SurfaceProxy::ProxySurfaceIsTransposed | ( | ) | const |
ON_BOOL32 ON_SurfaceProxy::Read | ( | ON_BinaryArchive & | ) | [virtual] |
Reimplemented from ON_Object.
Reimplemented in ON_BrepFace.
ON_BOOL32 ON_SurfaceProxy::Reverse | ( | int | ) | [virtual] |
Implements ON_Surface.
Reimplemented in ON_BrepFace.
void ON_SurfaceProxy::SetProxySurface | ( | const ON_Surface * | proxy_surface | ) |
unsigned int ON_SurfaceProxy::SizeOf | ( | ) | const [virtual] |
Reimplemented from ON_Surface.
Reimplemented in ON_BrepFace.
int ON_SurfaceProxy::SpanCount | ( | int | ) | const [virtual] |
Implements ON_Surface.
ON_BOOL32 ON_SurfaceProxy::Transform | ( | const ON_Xform & | ) | [virtual] |
Reimplemented from ON_Geometry.
ON_BOOL32 ON_SurfaceProxy::Transpose | ( | ) | [virtual] |
Implements ON_Surface.
Reimplemented in ON_BrepFace.
ON_BOOL32 ON_SurfaceProxy::Write | ( | ON_BinaryArchive & | ) | const [virtual] |
Reimplemented from ON_Object.
Reimplemented in ON_BrepFace.