#include <IVtk_Interface.hxx>
#include <IVtk_Types.hxx>
+class IVtk_IShape;
DEFINE_STANDARD_HANDLE( IVtk_IShape, IVtk_Interface )
//! @class IVtk_IShape
//! Get ids of sub-shapes composing a sub-shape with the given id
virtual IVtk_ShapeIdList GetSubIds (const IVtk_IdType theId) const = 0;
- DEFINE_STANDARD_RTTI(IVtk_IShape, IVtk_Interface)
+ DEFINE_STANDARD_RTTIEXT(IVtk_IShape,IVtk_Interface)
private:
IVtk_IdType myId;