Version: 8.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
CurveCreator_Section Struct Reference

Structure to store sections representing the CurveCreator_Curve object.

#include <CurveCreator_Section.hxx>

Inheritance diagram for CurveCreator_Section:
Inheritance graph

Public Member Functions

 CurveCreator_Section ()
 Constructor. Initializes object with default values. More...
 
void GetDifferentPoints (const int theDimension, Handle(TColgp_HArray1OfPnt)&thePoints) const
 A virtual method. More...
 
- Public Member Functions inherited from CurveCreator_ISection
virtual ~CurveCreator_ISection ()
 The destructor. More...
 

Public Attributes

std::string myName
 section name More...
 
CurveCreator::Coordinates myPoints
 points coordinates More...
 
CurveCreator::SectionType myType
 type of the section More...
 
bool myIsClosed
 closed or not More...
 

Constructor & Destructor Documentation

CurveCreator_Section::CurveCreator_Section ( )
inline

Member Function Documentation

void CurveCreator_Section::GetDifferentPoints ( const int  theDimension,
Handle(TColgp_HArray1OfPnt)&  thePoints 
) const
virtual

Member Data Documentation

bool CurveCreator_Section::myIsClosed
std::string CurveCreator_Section::myName
CurveCreator::Coordinates CurveCreator_Section::myPoints
CurveCreator::SectionType CurveCreator_Section::myType

The documentation for this struct was generated from the following files: