#include <DbBlockRepresentation.h>
|
| | OdDbBlockRepresentationContext () |
| |
| | ~OdDbBlockRepresentationContext () |
| |
| void | init (const OdDbDynBlockReference *ref, OdDbBlockReference *dbref, OdDbEvalGraph *gr, bool bRequireEvaluate=false, bool loadIndstanceData=true) |
| |
| void | loadInstanceData (bool bRequireEvaluate=false, bool noHistoryData=true) |
| |
| void | compactRepresentation () |
| |
| bool | originalPathToRepresentationPath (const OdDbObjectIdArray &, OdDbEntityPtrArray &res) const |
| |
| bool | representationPathToOriginalPath (OdDbObjectIdArray &) const |
| |
| void | createRepresentation (bool copied=true) |
| |
| void | addHistoryRecord (const OdString &name, const OdResBuf *value, OdDbEvalNodeId node) |
| |
| OdDbXrecordPtr | getHistoryRecord () const |
| |
| bool | applyHistory (OdResBufPtr pRb) |
| |
| void | updateRepresentation () |
| |
| OdDbObjectId | getRepresentation () const |
| |
| OdDbObjectId | getOriginal () const |
| |
| OdDbEvalExprPtr | getRepresentationNode (OdDbEvalNodeId id) const |
| |
| OdDbBlockReferencePtr | getReference () const |
| |
| OdDbEvalGraphPtr | getGraph () const |
| |
| OdDbBlockTableRecordPtr | getBlock () const |
| |
| void | writeUndo (OdDbEvalGraph *gr) |
| |
| void | readUndo (OdDbObjectId refId, OdDbDwgFiler *pFiler) |
| |
| OdDbAttributePtr | getAttribute (OdDbAttributeDefinition *) |
| |
| OdGeMatrix3d | getRelativeMatrix (const OdGeMatrix3d &m) const |
| |
| OdGeVector3d | getRelativeOffset (const OdGeVector3d &v) const |
| |
| OdDbObjectId | getBlockData () const |
| |
| void | setBlockUpdateMode (bool b) |
| |
| bool | blockUpdateMode () const |
| |
| bool | registerTransformedEntity (OdDbObjectId id) |
| |
| bool | registerStretchedEntity (OdDbObjectId id, const OdIntArray &indices) |
| |
| OdDbObjectId | getBlockHData () const |
| |
| void | SetAbortFunc (std::function< bool() > abortFunc) |
| |
| std::function< bool() > | GetAbortFunc () const |
| |
| | 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 OdDb_Classes>
Definition at line 47 of file DbBlockRepresentation.h.
◆ OdDbBlockRepresentationContext()
| OdDbBlockRepresentationContext::OdDbBlockRepresentationContext |
( |
| ) |
|
◆ ~OdDbBlockRepresentationContext()
| OdDbBlockRepresentationContext::~OdDbBlockRepresentationContext |
( |
| ) |
|
◆ addHistoryRecord()
◆ applyHistory()
| bool OdDbBlockRepresentationContext::applyHistory |
( |
OdResBufPtr | pRb | ) |
|
◆ blockUpdateMode()
| bool OdDbBlockRepresentationContext::blockUpdateMode |
( |
| ) |
const |
|
inline |
◆ clearRepBlock()
◆ compactRepresentation()
| void OdDbBlockRepresentationContext::compactRepresentation |
( |
| ) |
|
◆ createRepresentation()
| void OdDbBlockRepresentationContext::createRepresentation |
( |
bool | copied = true | ) |
|
◆ GetAbortFunc()
| std::function< bool() > OdDbBlockRepresentationContext::GetAbortFunc |
( |
| ) |
const |
◆ getAttribute()
◆ getBlock()
◆ getBlockData()
| OdDbObjectId OdDbBlockRepresentationContext::getBlockData |
( |
| ) |
const |
|
inline |
◆ getBlockHData()
| OdDbObjectId OdDbBlockRepresentationContext::getBlockHData |
( |
| ) |
const |
◆ getGraph()
◆ getHistoryRecord()
| OdDbXrecordPtr OdDbBlockRepresentationContext::getHistoryRecord |
( |
| ) |
const |
◆ getOriginal()
| OdDbObjectId OdDbBlockRepresentationContext::getOriginal |
( |
| ) |
const |
|
inline |
◆ getReference()
◆ getRelativeMatrix()
◆ getRelativeOffset()
◆ getRepresentation()
| OdDbObjectId OdDbBlockRepresentationContext::getRepresentation |
( |
| ) |
const |
|
inline |
◆ getRepresentationContext()
◆ getRepresentationNode()
◆ init()
◆ loadInstanceData()
| void OdDbBlockRepresentationContext::loadInstanceData |
( |
bool | bRequireEvaluate = false, |
|
|
bool | noHistoryData = true ) |
◆ originalPathToRepresentationPath()
◆ readUndo()
◆ registerStretchedEntity()
◆ registerTransformedEntity()
| bool OdDbBlockRepresentationContext::registerTransformedEntity |
( |
OdDbObjectId | id | ) |
|
|
inline |
◆ representationPathToOriginalPath()
| bool OdDbBlockRepresentationContext::representationPathToOriginalPath |
( |
OdDbObjectIdArray & | | ) |
const |
◆ SetAbortFunc()
| void OdDbBlockRepresentationContext::SetAbortFunc |
( |
std::function< bool() > | abortFunc | ) |
|
◆ setBlockUpdateMode()
| void OdDbBlockRepresentationContext::setBlockUpdateMode |
( |
bool | b | ) |
|
|
inline |
◆ tagBlockRecord()
◆ updateRepresentation()
| void OdDbBlockRepresentationContext::updateRepresentation |
( |
| ) |
|
◆ writeUndo()
◆ OdDbDynBlockReference
◆ m_abortFunc
| std::function< bool() > OdDbBlockRepresentationContext::m_abortFunc = nullptr |
The documentation for this class was generated from the following file: