aimsdata  4.7.0
Neuroimaging data handling
aims::PlyWriter< D, T > Class Template Reference

#include <aims/io/plyw.h>

Public Member Functions

 PlyWriter (const std::string &name, bool ascii=false)
 
 ~PlyWriter ()
 
void write (const AimsTimeSurface< D, T > &thing)
 
std::string removeExtension (const std::string &name) const
 Return a name without .ply extension. More...
 

Detailed Description

template<long D, typename T>
class aims::PlyWriter< D, T >

Definition at line 51 of file plyw.h.

Constructor & Destructor Documentation

◆ PlyWriter()

template<long D, typename T >
aims::PlyWriter< D, T >::PlyWriter ( const std::string &  name,
bool  ascii = false 
)
inline

Definition at line 54 of file plyw.h.

◆ ~PlyWriter()

template<long D, typename T >
aims::PlyWriter< D, T >::~PlyWriter ( )
inline

Member Function Documentation

◆ removeExtension()

template<long D, typename T >
std::string aims::PlyWriter< D, T >::removeExtension ( const std::string &  name) const

Return a name without .ply extension.

Referenced by aims::PlyWriter< D, T >::~PlyWriter().

◆ write()


The documentation for this class was generated from the following file: