template <class T>
class vtb::iges::Parametric_spline_surface

Entity type 114.

Base classes
Types
  • using vertex_array_2d = std::vector< vertex_array_1d >
  • using vertex_array_1d = std::vector< vec3 >
  • using vec3 = blitz::TinyVector< T, 3 >
  • using coefficient_array = std::vector< std::vector< Coefficients > >
  • using array_1d = std::vector< T >
Structs
  • struct vtb::iges::Parametric_spline_surface::Coefficients
Methods
  • parameters(iges_ostream & out) const -> voidprotectedvirtual
  • Parametric_spline_surface(const vertex_array_2d & data, bool cyclic = false)explicit