This is the complete list of members for CurveCreator_Curve, including all inherited members.
| addEmptyDiff() | CurveCreator_Curve | protectedvirtual |
| addPoints(const CurveCreator::Coordinates &theCoords, const int theISection, const int theIPnt=-1) | CurveCreator_Curve | virtual |
| addPointsInternal(const CurveCreator::SectionsMap &theSectionsMap) | CurveCreator_Curve | virtual |
| addSection(const std::string &theName, const CurveCreator::SectionType theType, const bool theIsClosed) | CurveCreator_Curve | virtual |
| addSection(const std::string &theName, const CurveCreator::SectionType theType, const bool theIsClosed, const CurveCreator::Coordinates &thePoints) | CurveCreator_Curve | virtual |
| addSectionInternal(const std::string &theName, const CurveCreator::SectionType theType, const bool theIsClosed, const CurveCreator::Coordinates &thePoints) | CurveCreator_Curve | virtual |
| canPointsBeSorted() | CurveCreator_Curve | virtual |
| clear() | CurveCreator_Curve | virtual |
| clearInternal() | CurveCreator_Curve | virtual |
| constructAISObject() | CurveCreator_Curve | protectedvirtual |
| convert(const SectionToPointList &thePoints, std::map< int, std::list< int > > &theConvPoints) | CurveCreator_Curve | protected |
| CurveCreator_Curve(const CurveCreator::Dimension theDimension) | CurveCreator_Curve | |
| finishOperation() | CurveCreator_Curve | virtual |
| getCoordinates(int theISection, int theIPoint, double &theX, double &theY, double &theZ) const | CurveCreator_Curve | |
| getDimension() const | CurveCreator_Curve | virtual |
| getDisplayer() | CurveCreator_Curve | |
| getNbPoints(const int theISection) const | CurveCreator_Curve | virtual |
| getNbRedo() const | CurveCreator_Curve | virtual |
| getNbSections() const | CurveCreator_Curve | virtual |
| getNbUndo() const | CurveCreator_Curve | virtual |
| getPoint(const int theISection, const int theIPnt) const | CurveCreator_Curve | virtual |
| getPoints(const int theISection=-1) const | CurveCreator_Curve | virtual |
| getSection(const int theSectionIndex) const | CurveCreator_Curve | inlinevirtual |
| getSection(const int theSectionIndex) | CurveCreator_Curve | inlinevirtual |
| getSectionName(const int theISection) const | CurveCreator_Curve | virtual |
| getSectionType(const int theISection) const | CurveCreator_Curve | virtual |
| getUndoDepth() const | CurveCreator_Curve | virtual |
| getUniqSectionName() const | CurveCreator_Curve | virtual |
| Handle(AIS_InteractiveObject) getAISObject(const bool theNeedToBuild | CurveCreator_Curve | virtual |
| isClosed(const int theISection) const | CurveCreator_Curve | virtual |
| join(const std::list< int > &theSections) | CurveCreator_Curve | virtual |
| joinInternal(const std::list< int > &theSections) | CurveCreator_Curve | virtual |
| ListDiff typedef | CurveCreator_Curve | protected |
| moveSection(const int theISection, const int theNewIndex) | CurveCreator_Curve | virtual |
| moveSectionInternal(const int theISection, const int theNewIndex) | CurveCreator_Curve | virtual |
| myAISShape | CurveCreator_Curve | private |
| myCurrenPos | CurveCreator_Curve | private |
| myDimension | CurveCreator_Curve | |
| myDisplayer | CurveCreator_Curve | |
| myIsLocked | CurveCreator_Curve | |
| myListDiffs | CurveCreator_Curve | private |
| myNbRedos | CurveCreator_Curve | private |
| myNbUndos | CurveCreator_Curve | private |
| myOpLevel | CurveCreator_Curve | private |
| mySections | CurveCreator_Curve | |
| mySkipSorting | CurveCreator_Curve | protected |
| myUndoDepth | CurveCreator_Curve | private |
| redisplayCurve() | CurveCreator_Curve | protected |
| redo() | CurveCreator_Curve | virtual |
| removeDisplayer() | CurveCreator_Curve | virtual |
| removePoint(const int theISection, const int theIPnt=-1) | CurveCreator_Curve | virtual |
| removePointsInternal(const SectionToPointList &thePoints) | CurveCreator_Curve | virtual |
| removeSection(const int theISection) | CurveCreator_Curve | virtual |
| removeSectionInternal(const int theISection) | CurveCreator_Curve | virtual |
| removeSectionPoints(const int theSectionId, const std::list< int > &thePointIds) | CurveCreator_Curve | protected |
| removeSeveralPoints(const SectionToPointList &theSectionToPntIDs) | CurveCreator_Curve | virtual |
| saveCoordDiff(const SectionToPointCoordsList &theOldCoords) | CurveCreator_Curve | virtual |
| SectionToPoint typedef | CurveCreator_ICurve | |
| SectionToPointCoordsList typedef | CurveCreator_ICurve | |
| SectionToPointList typedef | CurveCreator_ICurve | |
| setClosed(const int theISection, const bool theIsClosed) | CurveCreator_Curve | virtual |
| setClosedInternal(const int theISection, const bool theIsClosed) | CurveCreator_Curve | virtual |
| setDisplayer(CurveCreator_Displayer *theDisplayer) | CurveCreator_Curve | virtual |
| setPoint(const int theISection, const int theIPnt, const CurveCreator::Coordinates &theNewCoords) | CurveCreator_Curve | virtual |
| setPointInternal(const CurveCreator::SectionsMap &theSectionsMap) | CurveCreator_Curve | virtual |
| setSectionName(const int theISection, const std::string &theName) | CurveCreator_Curve | virtual |
| setSectionNameInternal(const int theISection, const std::string &theName) | CurveCreator_Curve | virtual |
| setSectionType(const int theISection, const CurveCreator::SectionType theType) | CurveCreator_Curve | virtual |
| setSectionTypeInternal(const int theISection, const CurveCreator::SectionType theType) | CurveCreator_Curve | virtual |
| setSeveralPoints(const SectionToPointCoordsList &theSectionToPntCoords, const bool theIsToSaveDiff=true) | CurveCreator_Curve | virtual |
| setSkipSorting(const bool theIsToSkip) | CurveCreator_Curve | virtual |
| setUndoDepth(const int theDepth=-1) | CurveCreator_Curve | virtual |
| startOperation() | CurveCreator_Curve | virtual |
| toICoord(const int theIPnt) const | CurveCreator_Curve | virtual |
| undo() | CurveCreator_Curve | virtual |
| ~CurveCreator_Curve() | CurveCreator_Curve | virtual |
| ~CurveCreator_ICurve() | CurveCreator_ICurve | inlinevirtual |