#include <SMESH_ControlsDef.hxx>
|
| typedef std::vector< gp_XYZ >::size_type | size_type |
| |
◆ size_type
◆ TSequenceOfXYZ() [1/5]
| TSequenceOfXYZ::TSequenceOfXYZ |
( |
| ) |
|
◆ TSequenceOfXYZ() [2/5]
| TSequenceOfXYZ::TSequenceOfXYZ |
( |
size_type |
n | ) |
|
|
explicit |
◆ TSequenceOfXYZ() [3/5]
| TSequenceOfXYZ::TSequenceOfXYZ |
( |
size_type |
n, |
|
|
const gp_XYZ & |
t |
|
) |
| |
◆ TSequenceOfXYZ() [4/5]
| TSequenceOfXYZ::TSequenceOfXYZ |
( |
const TSequenceOfXYZ & |
theSequenceOfXYZ | ) |
|
◆ TSequenceOfXYZ() [5/5]
template<class InputIterator >
| TSequenceOfXYZ::TSequenceOfXYZ |
( |
InputIterator |
theBegin, |
|
|
InputIterator |
theEnd |
|
) |
| |
◆ ~TSequenceOfXYZ()
| TSequenceOfXYZ::~TSequenceOfXYZ |
( |
| ) |
|
◆ clear()
| void TSequenceOfXYZ::clear |
( |
| ) |
|
◆ getElement()
◆ getElementEntity()
◆ operator()() [1/2]
| gp_XYZ & TSequenceOfXYZ::operator() |
( |
size_type |
n | ) |
|
◆ operator()() [2/2]
| const gp_XYZ & TSequenceOfXYZ::operator() |
( |
size_type |
n | ) |
const |
◆ operator=()
◆ push_back()
| void TSequenceOfXYZ::push_back |
( |
const gp_XYZ & |
v | ) |
|
◆ reserve()
◆ setElement()
◆ size()
References myArray.
Referenced by SMESH::Controls::Warping::ComputeValue(), SMESH::Controls::MaxElementLength2D::GetValue(), SMESH::Controls::MinimumAngle::GetValue(), SMESH::Controls::AspectRatio::GetValue(), SMESH::Controls::AspectRatio3D::GetValue(), SMESH::Controls::Taper::GetValue(), SMESH::Controls::Skew::GetValue(), SMESH::Controls::Area::GetValue(), SMESH::Controls::Length::GetValue(), SMESH::Controls::Length2D::GetValue(), SMESH::Controls::Deflection2D::GetValue(), and SMESH::Controls::MaxElementLength3D::GetValue().
◆ myArray
| std::vector<gp_XYZ> SMESH::Controls::TSequenceOfXYZ::myArray |
|
private |
◆ myElem