dune-grid 2.9.0
|
#include <dune/grid/common/boundaryprojection.hh>
Public Types | |
typedef BaseType::CoordinateType | CoordinateType |
type of coordinate vector More... | |
typedef DuneBoundaryProjection< dimworld > | ThisType |
typedef BaseType::ObjectStreamType | ObjectStreamType |
Public Member Functions | |
BoundaryProjectionWrapper (const BaseType &proje) | |
~BoundaryProjectionWrapper () | |
destructor More... | |
CoordinateType | operator() (const CoordinateType &global) const |
projection operator projection a global coordinate More... | |
virtual void | backup (ObjectStreamType &buffer) const |
write DuneBoundaryProjection's data to stream buffer More... | |
template<class BufferImp > | |
void | toBuffer (BufferImp &buffer) const |
template<class BufferImp > | |
void | toBuffer (MessageBufferIF< BufferImp > &buffer) const |
Static Public Member Functions | |
template<class BufferImp > | |
static std::unique_ptr< ThisType > | restoreFromBuffer (BufferImp &buffer) |
template<class BufferImp > | |
static std::unique_ptr< ThisType > | restoreFromBuffer (MessageBufferIF< BufferImp > &buffer) |
Protected Types | |
typedef DuneBoundaryProjection< dimworld > | BaseType |
typedef DuneBoundaryProjection< dimworld > | BoundarySegment |
type of BoundarySegment interface class More... | |
typedef Dune::ParameterizedObjectFactory< std::unique_ptr< BoundarySegment >(ObjectStreamType &), int > | FactoryType |
type of factory creating a unique_ptr from an ObjectStreamType More... | |
Static Protected Member Functions | |
static std::unique_ptr< BoundarySegment > | restore (ObjectStreamType &in) |
create an object of BoundarySegment type from a previously registered factory linked to key. More... | |
static int | registerFactory () |
Protected Attributes | |
const BaseType & | proj_ |
|
protected |
|
protectedinherited |
type of BoundarySegment interface class
typedef BaseType::CoordinateType Dune::BoundaryProjectionWrapper< dimworld >::CoordinateType |
type of coordinate vector
|
protectedinherited |
type of factory creating a unique_ptr from an ObjectStreamType
|
inherited |
|
inherited |
|
inline |
|
inline |
destructor
|
inlinevirtualinherited |
write DuneBoundaryProjection's data to stream buffer
buffer | buffer to store data |
Reimplemented in Dune::BoundarySegmentWrapper< dim, dimworld >.
|
inlinevirtual |
projection operator projection a global coordinate
Implements Dune::DuneBoundaryProjection< dimworld >.
|
inlinestaticprotectedinherited |
|
inlinestaticprotectedinherited |
create an object of BoundarySegment type from a previously registered factory linked to key.
in | stream buffer previously written with backup containing key and object data |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlineinherited |
|
inlineinherited |
|
protected |