#include <TopoShape.h>
Public Member Functions | |
virtual std::string | getName () const |
virtual Base::Type | getTypeId (void) const |
ShapeSegment () | |
ShapeSegment (const TopoDS_Shape &ShapeIn) | |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
Public Attributes | |
TopoDS_Shape | Shape |
Definition at line 79 of file TopoShape.h.
Part::ShapeSegment::ShapeSegment | ( | const TopoDS_Shape & | ShapeIn | ) | [inline] |
Definition at line 84 of file TopoShape.h.
Part::ShapeSegment::ShapeSegment | ( | ) | [inline] |
Definition at line 85 of file TopoShape.h.
void * Part::ShapeSegment::create | ( | void | ) | [static] |
Reimplemented from Data::Segment.
Definition at line 183 of file TopoShape.cpp.
Base::Type Part::ShapeSegment::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Data::Segment.
Definition at line 183 of file TopoShape.cpp.
std::string ShapeSegment::getName | ( | void | ) | const [virtual] |
Implements Data::Segment.
Definition at line 185 of file TopoShape.cpp.
Base::Type Part::ShapeSegment::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Data::Segment.
Definition at line 183 of file TopoShape.cpp.
void Part::ShapeSegment::init | ( | void | ) | [static] |
Reimplemented from Data::Segment.
Definition at line 183 of file TopoShape.cpp.
TopoDS_Shape Part::ShapeSegment::Shape |
Definition at line 88 of file TopoShape.h.