SOFA plugin: SofaImplicitField  master
Open source framework for multi-physics simuation
sofa::component::mapping::ImplicitSurfaceMapping< In, Out >::CubeData Struct Reference

#include <ImplicitSurfaceMapping.h>

For each cube, store the vertex indices on each 3 first edges, and the data value. More...

Detailed Description

template<class In, class Out>
struct sofa::component::mapping::ImplicitSurfaceMapping< In, Out >::CubeData

For each cube, store the vertex indices on each 3 first edges, and the data value.

Public Attributes

int p [3]
 
OutReal data
 

Friends

std::istream & operator>> (std::istream &in, CubeData &c)
 
std::ostream & operator<< (std::ostream &out, const CubeData &c)
 

Attribute details

◆ data

template<class In , class Out >
OutReal sofa::component::mapping::ImplicitSurfaceMapping< In, Out >::CubeData::data

◆ p

template<class In , class Out >
int sofa::component::mapping::ImplicitSurfaceMapping< In, Out >::CubeData::p[3]

Related details

◆ operator<<

template<class In , class Out >
std::ostream& operator<< ( std::ostream &  out,
const CubeData c 
)
friend

◆ operator>>

template<class In , class Out >
std::istream& operator>> ( std::istream &  in,
CubeData c 
)
friend