MeshKit
1.0
|
#include <cylinder.hpp>
Public Member Functions | |
CCylinder () | |
CCylinder (const CCylinder &) | |
~CCylinder () | |
void | GetSizes (int &nRadii) |
void | GetPos (CVector< double > &) |
void | GetRadii (CVector< double > &) |
void | GetMat (CVector< std::string > &) |
void | GetZPos (CVector< double > &) |
void | GetType (int &) |
void | SetSizes (int nRadii) |
void | SetPos (CVector< double >) |
void | SetRadii (CVector< double >) |
void | SetMat (CVector< std::string >) |
void | SetZPos (CVector< double >) |
void | SetType (int nType) |
Private Attributes | |
int | m_nRadii |
int | m_nType |
CVector< double > | m_dVXYPos |
CVector< double > | m_dVZPos |
CVector< std::string > | m_szVMat |
CVector< double > | m_dVRadii |
CVector< CCylinder > | m_Cyl |
Definition at line 14 of file cylinder.hpp.
CCylinder | ( | ) |
Definition at line 10 of file cylinder.cpp.
Definition at line 22 of file cylinder.cpp.
~CCylinder | ( | ) |
Definition at line 32 of file cylinder.cpp.
Definition at line 136 of file cylinder.cpp.
Definition at line 146 of file cylinder.cpp.
Definition at line 115 of file cylinder.cpp.
void GetSizes | ( | int & | nRadii | ) |
Definition at line 105 of file cylinder.cpp.
void GetType | ( | int & | nType | ) |
Definition at line 125 of file cylinder.cpp.
Definition at line 156 of file cylinder.cpp.
Definition at line 95 of file cylinder.cpp.
Definition at line 74 of file cylinder.cpp.
Definition at line 53 of file cylinder.cpp.
void SetSizes | ( | int | nRadii | ) |
Definition at line 41 of file cylinder.cpp.
void SetType | ( | int | nType | ) |
Definition at line 63 of file cylinder.cpp.
Definition at line 85 of file cylinder.cpp.
Definition at line 48 of file cylinder.hpp.
Definition at line 46 of file cylinder.hpp.
Definition at line 43 of file cylinder.hpp.
Definition at line 44 of file cylinder.hpp.
int m_nRadii [private] |
Definition at line 41 of file cylinder.hpp.
int m_nType [private] |
Definition at line 42 of file cylinder.hpp.
Definition at line 45 of file cylinder.hpp.