SOFA API  1a4bb3e7
Open source framework for multi-physics simuation
sofa::core::behavior::BlockType Struct Reference

#include <BlockType.h>

Public Attributes

BlocData blocData
 
BlocPrecision blocPrecision
 

Public Member Functions

bool operator< (const BlockType &blocType) const
 
bool operator== (const BlockType &blocType) const
 
std::string toString () const
 

Friends

std::ostream & operator<< (std::ostream &out, const BlockType &s)
 

Attribute details

◆ blocData

BlocData sofa::core::behavior::BlockType::blocData

◆ blocPrecision

BlocPrecision sofa::core::behavior::BlockType::blocPrecision

Function details

◆ operator<()

bool sofa::core::behavior::BlockType::operator< ( const BlockType blocType) const
inline

◆ operator==()

bool sofa::core::behavior::BlockType::operator== ( const BlockType blocType) const
inline

◆ toString()

std::string sofa::core::behavior::BlockType::toString ( ) const
inline

Related details

◆ operator<<

std::ostream& operator<< ( std::ostream &  out,
const BlockType s 
)
friend