SOFA API  204a38a7
Open source framework for multi-physics simuation
sofa::component::mechanicalload::EdgePressureForceField< DataTypes >::EdgePressureInformation Class Reference

#include <EdgePressureForceField.h>

Public Attributes

Real length
 
Deriv force
 

Public Member Functions

 EdgePressureInformation ()
 
 EdgePressureInformation (const EdgePressureInformation &e)
 
constexpr EdgePressureInformationoperator= (const EdgePressureInformation &other)
 

Friends

std::ostream & operator<< (std::ostream &os, const EdgePressureInformation &)
 Output stream. More...
 
std::istream & operator>> (std::istream &in, EdgePressureInformation &)
 Input stream. More...
 

Attribute details

◆ force

template<class DataTypes >
Deriv sofa::component::mechanicalload::EdgePressureForceField< DataTypes >::EdgePressureInformation::force

◆ length

template<class DataTypes >
Real sofa::component::mechanicalload::EdgePressureForceField< DataTypes >::EdgePressureInformation::length

Constructor details

◆ EdgePressureInformation() [1/2]

template<class DataTypes >
sofa::component::mechanicalload::EdgePressureForceField< DataTypes >::EdgePressureInformation::EdgePressureInformation ( )
inline

◆ EdgePressureInformation() [2/2]

template<class DataTypes >
sofa::component::mechanicalload::EdgePressureForceField< DataTypes >::EdgePressureInformation::EdgePressureInformation ( const EdgePressureInformation e)
inline

Function details

◆ operator=()

template<class DataTypes >
constexpr EdgePressureInformation& sofa::component::mechanicalload::EdgePressureForceField< DataTypes >::EdgePressureInformation::operator= ( const EdgePressureInformation other)
inlineconstexpr

Related details

◆ operator<<

template<class DataTypes >
std::ostream& operator<< ( std::ostream &  os,
const EdgePressureInformation  
)
friend

Output stream.

◆ operator>>

template<class DataTypes >
std::istream& operator>> ( std::istream &  in,
EdgePressureInformation  
)
friend

Input stream.