aimsdata 6.0.0
Neuroimaging data handling
aims::internal Namespace Reference

Classes

struct  AimsGraphReader_Private
 

Typedefs

typedef carto::PointerObject< carto::PropertySetPythonHeaderType
 wrapper to Headered/PropertySet
 

Functions

template<typename T>
bool _nulltesttemplate_iseq (const T &x, const T &val)
 
template<>
bool _nulltesttemplate_iseq (const Void &, const Void &)
 
template<typename T>
bool is_min (T a, T b)
 
uint take_mid_point_and_insert (std::map< std::pair< uint, uint >, uint > &segments, uint i, uint j, const std::vector< Point3df > &vert, std::vector< Point3df > &overt)
 

Typedef Documentation

◆ PythonHeaderType

wrapper to Headered/PropertySet

Definition at line 48 of file pheader.h.

Function Documentation

◆ _nulltesttemplate_iseq() [1/2]

template<typename T>
bool aims::internal::_nulltesttemplate_iseq ( const T & x,
const T & val )
inline

Definition at line 404 of file component_d.h.

Referenced by aims::AimsConnectedComponent().

◆ _nulltesttemplate_iseq() [2/2]

template<>
bool aims::internal::_nulltesttemplate_iseq ( const Void & ,
const Void &  )
inline

Definition at line 410 of file component_d.h.

◆ is_min()

template<typename T>
bool aims::internal::is_min ( T a,
T b )

Definition at line 96 of file mathelem.h.

Referenced by aims::MathUtil< T >::max(), and aims::MathUtil< T >::min().

◆ take_mid_point_and_insert()

uint aims::internal::take_mid_point_and_insert ( std::map< std::pair< uint, uint >, uint > & segments,
uint i,
uint j,
const std::vector< Point3df > & vert,
std::vector< Point3df > & overt )
inline

Definition at line 520 of file surfacemanip_d.h.

Referenced by aims::SurfaceManip::meshTextureBoundary().