#include <meshGeneratorBase.h>
|
template<class IterType > |
| _PointWriter (IterType &iter) |
|
template<class IterType > |
| _PointWriter (IterType &iter, const GfMatrix4d *const framePtr) |
|
void | Write (const PointType &pt) const |
|
void | WriteArc (const typename PointType::ScalarType scaleXY, const std::vector< std::array< typename PointType::ScalarType, 2 >> &arcXY, const typename PointType::ScalarType arcZ) const |
|
void | WriteDir (const PointType &dir) const |
|
void | WriteArcDir (const typename PointType::ScalarType scaleXY, const std::vector< std::array< typename PointType::ScalarType, 2 >> &arcXY, const typename PointType::ScalarType arcZ) const |
|
template<typename PointType>
struct GeomUtilMeshGeneratorBase::_PointWriter< PointType >
Definition at line 108 of file meshGeneratorBase.h.
template<typename PointType >
template<class IterType >
template<typename PointType >
template<class IterType >
template<typename PointType >
template<typename PointType >
void GeomUtilMeshGeneratorBase::_PointWriter< PointType >::WriteArc |
( |
const typename PointType::ScalarType |
scaleXY, |
|
|
const std::vector< std::array< typename PointType::ScalarType, 2 >> & |
arcXY, |
|
|
const typename PointType::ScalarType |
arcZ |
|
) |
| const |
|
inline |
template<typename PointType >
void GeomUtilMeshGeneratorBase::_PointWriter< PointType >::WriteArcDir |
( |
const typename PointType::ScalarType |
scaleXY, |
|
|
const std::vector< std::array< typename PointType::ScalarType, 2 >> & |
arcXY, |
|
|
const typename PointType::ScalarType |
arcZ |
|
) |
| const |
|
inline |
template<typename PointType >
The documentation for this struct was generated from the following file: