Prusa Slicer 2.6.0
Loading...
Searching...
No Matches
anonymous_namespace{writePLY.cpp} Namespace Reference

Functions

template<typename Scalar >
int ply_type ()
 
template<>
int ply_type< char > ()
 
template<>
int ply_type< short > ()
 
template<>
int ply_type< int > ()
 
template<>
int ply_type< unsigned char > ()
 
template<>
int ply_type< unsigned short > ()
 
template<>
int ply_type< unsigned int > ()
 
template<>
int ply_type< float > ()
 
template<>
int ply_type< double > ()
 

Function Documentation

◆ ply_type()

template<typename Scalar >
int anonymous_namespace{writePLY.cpp}::ply_type ( )

◆ ply_type< char >()

template<>
int anonymous_namespace{writePLY.cpp}::ply_type< char > ( )
17{ return PLY_CHAR; }
#define PLY_CHAR
Definition ply.h:96

References PLY_CHAR.

◆ ply_type< double >()

template<>
int anonymous_namespace{writePLY.cpp}::ply_type< double > ( )
24{ return PLY_DOUBLE; }
#define PLY_DOUBLE
Definition ply.h:103

References PLY_DOUBLE.

◆ ply_type< float >()

template<>
int anonymous_namespace{writePLY.cpp}::ply_type< float > ( )
23{ return PLY_FLOAT; }
#define PLY_FLOAT
Definition ply.h:102

References PLY_FLOAT.

◆ ply_type< int >()

template<>
int anonymous_namespace{writePLY.cpp}::ply_type< int > ( )
19{ return PLY_INT; }
#define PLY_INT
Definition ply.h:98

References PLY_INT.

◆ ply_type< short >()

template<>
int anonymous_namespace{writePLY.cpp}::ply_type< short > ( )
18{ return PLY_SHORT; }
#define PLY_SHORT
Definition ply.h:97

References PLY_SHORT.

◆ ply_type< unsigned char >()

template<>
int anonymous_namespace{writePLY.cpp}::ply_type< unsigned char > ( )
20{ return PLY_UCHAR; }
#define PLY_UCHAR
Definition ply.h:99

References PLY_UCHAR.

◆ ply_type< unsigned int >()

template<>
int anonymous_namespace{writePLY.cpp}::ply_type< unsigned int > ( )
22{ return PLY_UINT; }
#define PLY_UINT
Definition ply.h:101

References PLY_UINT.

◆ ply_type< unsigned short >()

template<>
int anonymous_namespace{writePLY.cpp}::ply_type< unsigned short > ( )
21{ return PLY_SHORT; }

References PLY_SHORT.