List of 2D points, kept in two coordinate vecors (x, y) More...
#include <CPACSPointListXYVector.h>
Public Member Functions | |
TIGL_EXPORT | CPACSPointListXYVector (CCPACSNacelleProfile *parent) |
virtual TIGL_EXPORT CTiglUIDObject * | GetNextUIDParent () |
virtual TIGL_EXPORT const CTiglUIDObject * | GetNextUIDParent () const |
TIGL_EXPORT CCPACSNacelleProfile * | GetParent () |
TIGL_EXPORT const CCPACSNacelleProfile * | GetParent () const |
virtual TIGL_EXPORT const CCPACSStringVector & | GetX () const |
virtual TIGL_EXPORT CCPACSStringVector & | GetX () |
virtual TIGL_EXPORT const CCPACSStringVector & | GetY () const |
virtual TIGL_EXPORT CCPACSStringVector & | GetY () |
virtual TIGL_EXPORT void | ReadCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) |
virtual TIGL_EXPORT void | WriteCPACS (const TixiDocumentHandle &tixiHandle, const std::string &xpath) const |
virtual TIGL_EXPORT | ~CPACSPointListXYVector () |
Protected Attributes | |
CCPACSNacelleProfile * | m_parent |
CCPACSStringVector | m_x |
Vector of x coordinates. More... | |
CCPACSStringVector | m_y |
Vector of y coordinates. More... | |
Private Member Functions | |
CPACSPointListXYVector (const CPACSPointListXYVector &)=delete | |
CPACSPointListXYVector (CPACSPointListXYVector &&)=delete | |
CPACSPointListXYVector & | operator= (const CPACSPointListXYVector &)=delete |
CPACSPointListXYVector & | operator= (CPACSPointListXYVector &&)=delete |
List of 2D points, kept in two coordinate vecors (x, y)
This set of vectors contains an ordered list of points for x and y coordinates in the form of stringBased Vectors. The x and y vector elements with the same index specify a 2D point. The coordinates of the x vector of [0, 1].
TIGL_EXPORT tigl::generated::CPACSPointListXYVector::CPACSPointListXYVector | ( | CCPACSNacelleProfile * | parent | ) |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
|
virtual |
TIGL_EXPORT CCPACSNacelleProfile* tigl::generated::CPACSPointListXYVector::GetParent | ( | ) |
TIGL_EXPORT const CCPACSNacelleProfile* tigl::generated::CPACSPointListXYVector::GetParent | ( | ) | const |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
privatedelete |
|
privatedelete |
|
virtual |
Reimplemented in tigl::CCPACSPointListXYVector.
|
virtual |
|
protected |
|
protected |
Vector of x coordinates.
|
protected |
Vector of y coordinates.