#include <GiOrthoPrismIntersector.h>
|
| ODRX_DECLARE_MEMBERS (OdGiOrthoPrismIntersector) |
|
virtual void | set (OdUInt32 nPoints, const OdGePoint2d *points, bool bClipLowerZ=false, double dLowerZ=0.0, bool bClipUpperZ=false, double dUpperZ=0.0)=0 |
|
virtual void | set (const OdGePoint2dArray &points, bool bClipLowerZ=false, double dLowerZ=0.0, bool bClipUpperZ=false, double dUpperZ=0.0)=0 |
|
virtual void | get (OdGePoint2dArray &points, bool &bClipLowerZ, double &dLowerZ, bool &bClipUpperZ, double &dUpperZ) const =0 |
|
virtual void | setDeviation (const OdGeDoubleArray &deviations)=0 |
|
virtual void | setDeviation (const OdGiDeviation *pDeviation)=0 |
|
virtual void | setDrawContext (OdGiConveyorContext *pDrawCtx)=0 |
|
virtual OdUInt32 | clipStatus () const =0 |
|
virtual void | clearClipStatus ()=0 |
|
| ODRX_DECLARE_MEMBERS (OdGiConveyorNode) |
|
virtual OdGiConveyorInput & | input ()=0 |
|
virtual OdGiConveyorOutput & | output ()=0 |
|
| ODRX_HEAP_OPERATORS () |
|
| OdRxObject () |
|
virtual | ~OdRxObject () |
|
virtual OdRxObject * | queryX (const OdRxClass *pClass) const |
|
virtual OdRxObject * | x (const OdRxClass *pClass) const |
|
virtual OdRxClass * | isA () const |
|
virtual void | addRef ()=0 |
|
virtual void | release ()=0 |
|
virtual long | numRefs () const |
|
bool | isKindOf (const OdRxClass *pClass) const |
|
virtual OdRxObjectPtr | clone () const |
|
virtual void | copyFrom (const OdRxObject *pSource) |
|
virtual OdRx::Ordering | comparedTo (const OdRxObject *pOther) const |
|
virtual bool | isEqualTo (const OdRxObject *pOther) const |
|
<group OdGi_Classes>
Definition at line 40 of file GiOrthoPrismIntersector.h.
◆ clearClipStatus()
virtual void OdGiOrthoPrismIntersector::clearClipStatus |
( |
| ) |
|
|
pure virtual |
◆ clipStatus()
virtual OdUInt32 OdGiOrthoPrismIntersector::clipStatus |
( |
| ) |
const |
|
pure virtual |
◆ get()
virtual void OdGiOrthoPrismIntersector::get |
( |
OdGePoint2dArray & |
points, |
|
|
bool & |
bClipLowerZ, |
|
|
double & |
dLowerZ, |
|
|
bool & |
bClipUpperZ, |
|
|
double & |
dUpperZ |
|
) |
| const |
|
pure virtual |
◆ ODRX_DECLARE_MEMBERS()
◆ set() [1/2]
virtual void OdGiOrthoPrismIntersector::set |
( |
const OdGePoint2dArray & |
points, |
|
|
bool |
bClipLowerZ = false , |
|
|
double |
dLowerZ = 0.0 , |
|
|
bool |
bClipUpperZ = false , |
|
|
double |
dUpperZ = 0.0 |
|
) |
| |
|
pure virtual |
◆ set() [2/2]
virtual void OdGiOrthoPrismIntersector::set |
( |
OdUInt32 |
nPoints, |
|
|
const OdGePoint2d * |
points, |
|
|
bool |
bClipLowerZ = false , |
|
|
double |
dLowerZ = 0.0 , |
|
|
bool |
bClipUpperZ = false , |
|
|
double |
dUpperZ = 0.0 |
|
) |
| |
|
pure virtual |
◆ setDeviation() [1/2]
Sets max deviation for curve tesselation.
◆ setDeviation() [2/2]
virtual void OdGiOrthoPrismIntersector::setDeviation |
( |
const OdGiDeviation * |
pDeviation | ) |
|
|
pure virtual |
Sets deviation object to obtain max deviation for curve tesselation.
◆ setDrawContext()
Sets the draw context object (to access to traits, etc).
The documentation for this class was generated from the following file: