walberla::mesh::QHullPointDataSource< MeshType > Class Template Reference

#include <QHull.h>

Public Types

typedef MeshType::Point Point
 
typedef MeshType::Scalar Scalar
 

Public Member Functions

 QHullPointDataSource (const QHull< MeshType > &qhull)
 
virtual std::vector< Attributes > getAttributes () const
 
virtual std::vector< Vector3< real_t > > getPoints ()
 
virtual void configure ()
 
virtual void push (std::ostream &os, const uint_t, const uint_t point, const uint_t)
 
virtual void push (vtk::Base64Writer &b64, const uint_t, const uint_t point, const uint_t)
 

Private Attributes

const QHull< MeshType > & qhull_
 
std::vector< Vector3< real_t > > points_
 
std::vector< int > indices_
 

Member Typedef Documentation

◆ Point

template<typename MeshType >
typedef MeshType::Point walberla::mesh::QHullPointDataSource< MeshType >::Point

◆ Scalar

template<typename MeshType >
typedef MeshType::Scalar walberla::mesh::QHullPointDataSource< MeshType >::Scalar

Constructor & Destructor Documentation

◆ QHullPointDataSource()

template<typename MeshType >
walberla::mesh::QHullPointDataSource< MeshType >::QHullPointDataSource ( const QHull< MeshType > &  qhull)
inline

Member Function Documentation

◆ configure()

template<typename MeshType >
virtual void walberla::mesh::QHullPointDataSource< MeshType >::configure ( )
inlinevirtual

◆ getAttributes()

template<typename MeshType >
virtual std::vector< Attributes > walberla::mesh::QHullPointDataSource< MeshType >::getAttributes ( ) const
inlinevirtual

◆ getPoints()

template<typename MeshType >
virtual std::vector< Vector3< real_t > > walberla::mesh::QHullPointDataSource< MeshType >::getPoints ( )
inlinevirtual

◆ push() [1/2]

template<typename MeshType >
virtual void walberla::mesh::QHullPointDataSource< MeshType >::push ( std::ostream &  os,
const  uint_t,
const uint_t  point,
const  uint_t 
)
inlinevirtual

◆ push() [2/2]

template<typename MeshType >
virtual void walberla::mesh::QHullPointDataSource< MeshType >::push ( vtk::Base64Writer b64,
const  uint_t,
const uint_t  point,
const  uint_t 
)
inlinevirtual

Member Data Documentation

◆ indices_

template<typename MeshType >
std::vector<int> walberla::mesh::QHullPointDataSource< MeshType >::indices_
private

◆ points_

template<typename MeshType >
std::vector<Vector3<real_t> > walberla::mesh::QHullPointDataSource< MeshType >::points_
private

◆ qhull_

template<typename MeshType >
const QHull<MeshType>& walberla::mesh::QHullPointDataSource< MeshType >::qhull_
private

The documentation for this class was generated from the following file: