|
| bool | isSetExtentsCalled () const |
| |
| void | setDrawingInitiated (bool bSet) |
| |
| bool | isDrawingInitiated () const |
| |
| void | addTextExtents (const OdGePoint3d &locExtMin, const OdGePoint3d &locExtMax, const OdGePoint3d &position, const OdGeVector3d &normal, const OdGeVector3d &direction) |
| |
| void | resetExtents () |
| |
| void | getExtents (OdGeExtents3d &extents) const |
| |
| void | setDrawInvisible (bool bSet) |
| |
| bool | isDrawInvisible () const |
| |
| void | setDrawInvisibleNested (bool bSet) |
| |
| bool | isDrawInvisibleNested () const |
| |
| void | resetFirstDrawFlag () |
| |
| void | setViewportDrawEnabled (bool bSet) |
| |
| bool | isViewportDrawEnabled () const |
| |
| OdGiWorldDraw * | getWorldDraw () const |
| |
| OdGiViewportDraw * | getViewportDraw () const |
| |
| OdGiWorldGeometry * | getWorldGeometry () const |
| |
| OdGiViewportGeometry * | getViewportGeometry () const |
| |
| bool | regenAbort () const |
| |
| double | deviation (const OdGiDeviationType deviationType, const OdGePoint3d &pointOnCurve) const |
| |
| OdGiRegenType | regenType () const |
| |
| void | circle (const OdGePoint3d ¢er, double radius, const OdGeVector3d &normal) |
| |
| void | circle (const OdGePoint3d &firstPoint, const OdGePoint3d &secondPoint, const OdGePoint3d &thirdPoint) |
| |
| void | circularArc (const OdGePoint3d ¢er, double radius, const OdGeVector3d &normal, const OdGeVector3d &startVector, double sweepAngle, OdGiArcType arcType=kOdGiArcSimple) |
| |
| void | circularArc (const OdGePoint3d &firstPoint, const OdGePoint3d &secondPoint, const OdGePoint3d &thirdPoint, OdGiArcType arcType=kOdGiArcSimple) |
| |
| void | polyline (OdInt32 numVertices, const OdGePoint3d *vertexList, const OdGeVector3d *pNormal=0, OdGsMarker baseSubEntMarker=-1) |
| |
| void | polygon (OdInt32 numVertices, const OdGePoint3d *vertexList) |
| |
| void | pline (const OdGiPolyline &polyline, OdUInt32 fromIndex=0, OdUInt32 numSegs=0) |
| |
| void | shape (const OdGePoint3d &position, const OdGeVector3d &normal, const OdGeVector3d &direction, int shapeNumber, const OdGiTextStyle *pTextStyle) |
| |
| void | text (const OdGePoint3d &position, const OdGeVector3d &normal, const OdGeVector3d &direction, double height, double width, double oblique, const OdString &msg) |
| |
| void | text (const OdGePoint3d &position, const OdGeVector3d &normal, const OdGeVector3d &direction, const OdChar *msg, OdInt32 length, bool raw, const OdGiTextStyle *pTextStyle) |
| |
| void | xline (const OdGePoint3d &firstPoint, const OdGePoint3d &secondPoint) |
| |
| void | ray (const OdGePoint3d &basePoint, const OdGePoint3d &throughPoint) |
| |
| void | nurbs (const OdGeNurbCurve3d &nurbsCurve) |
| |
| void | ellipArc (const OdGeEllipArc3d &ellipArc, const OdGePoint3d *endPointsOverrides=0, OdGiArcType arcType=kOdGiArcSimple) |
| |
| void | mesh (OdInt32 numRows, OdInt32 numColumns, const OdGePoint3d *vertexList, const OdGiEdgeData *pEdgeData=0, const OdGiFaceData *pFaceData=0, const OdGiVertexData *pVertexData=0) |
| |
| void | shell (OdInt32 numVertices, const OdGePoint3d *vertexList, OdInt32 faceListSize, const OdInt32 *faceList, const OdGiEdgeData *pEdgeData=0, const OdGiFaceData *pFaceData=0, const OdGiVertexData *pVertexData=0) |
| |
| void | worldLine (const OdGePoint3d points[2]) |
| |
| void | image (const OdGiImageBGRA32 &img, const OdGePoint3d &origin, const OdGeVector3d &uVec, const OdGeVector3d &vVec, OdGiRasterImage::TransparencyMode trpMode=OdGiRasterImage::kTransparency8Bit) |
| |
| void | edge (const OdGiEdge2dArray &edges) |
| |
| void | polypoint (OdInt32 numPoints, const OdGePoint3d *vertexList, const OdCmEntityColor *pColors, const OdCmTransparency *pTransparency, const OdGeVector3d *pNormals, const OdGsMarker *pSubEntMarkers, OdInt32 nPointSize) |
| |
| void | polyPolygon (OdUInt32 numIndices, const OdUInt32 *pNumPositions, const OdGePoint3d *pPositions, const OdUInt32 *pNumPoints, const OdGePoint3d *pPoints, const OdCmEntityColor *pOutlineColors=NULL, const OdUInt32 *pOutlinePsLinetypes=NULL, const OdCmEntityColor *pFillColors=NULL, const OdCmTransparency *pFillTransparencies=NULL) |
| |
| void | rowOfDots (OdInt32 numPoints, const OdGePoint3d &startPoint, const OdGeVector3d &dirToNextPoint) |
| |
| void | pointCloud (const OdGiPointCloud &pCloud) |
| |
| void | setExtents (const OdGePoint3d *newExtents) |
| |
| void | pushClipBoundary (OdGiClipBoundary *pBoundary) |
| |
| void | popClipBoundary () |
| |
| void | pushModelTransform (const OdGeMatrix3d &xfm) |
| |
| void | popModelTransform () |
| |
| void | draw (const OdGiDrawable *pDrawable) |
| |
| void | pushModelTransform (const OdGeMatrix3d &xMat) |
| |
| void | pushModelTransform (const OdGeVector3d &vNormal) |
| |
| void | popModelTransform () |
| |
| OdGeMatrix3d | getModelToWorldTransform () const |
| |
| OdGeMatrix3d | getWorldToModelTransform () const |
| |
| void | pushModelTransform (const OdGeMatrix3d &xMat) |
| |
| void | pushModelTransform (const OdGeVector3d &vNormal) |
| |
| void | popModelTransform () |
| |
| OdGeMatrix3d | getModelToWorldTransform () const |
| |
| OdGeMatrix3d | getWorldToModelTransform () const |
| |
| | ODRX_USING_HEAP_OPERATORS (T1) |
| |
| virtual OdGiGeometry & | rawGeometry () const |
| |
| virtual OdGiSubEntityTraits & | subEntityTraits () const |
| |
| virtual bool | isDragging () const |
| |
| virtual OdGiContext * | context () const |
| |
| virtual OdUInt32 | numberOfIsolines () const |
| |
| virtual const OdGiPathNode * | currentGiPath () const |
| |
| virtual bool | displayModelerSilhouettes () const |
| |
This class is an implementation of the subWorldDraw() framework to quickly calculate the WCS extents of an OdGiDrawable object.
Definition at line 52 of file GiFastExtCalc.h.