aimsdata  5.0.5
Neuroimaging data handling
aims::internal Namespace Reference

Classes

struct  AimsGraphReader_Private
 

Typedefs

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

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 365 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 371 of file component_d.h.

◆ is_min()

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

Definition at line 96 of file mathelem.h.

◆ 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 502 of file surfacemanip_d.h.

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