5 #include <PyPrimitiveWrapper.h> 23 int getNbEchos() {
return ((
DetailedVoxel *)prim)->getNbEchos(); }
24 void setNbEchos(
int nbEchos)
26 int getNbSampling() {
return ((
DetailedVoxel *)prim)->getNbSampling(); }
27 void setNbSampling(
int nbSampling)
29 size_t getNumberOfDoubleValues()
31 double getDoubleValue(
size_t index)
33 void setDoubleValue(
size_t index,
double value)
35 double getMaxPad() {
return ((
DetailedVoxel *)prim)->getMaxPad();}
36 void setMaxPad(
double maxPad) {((
DetailedVoxel *)prim)->setMaxPad(maxPad);}
Class which extends Voxel to support AMAPVox format with extra features.
Definition: DetailedVoxel.h:12
Wrapper for DetailedVoxel class.
Definition: PyDetailedVoxelWrapper.h:14
Wrapper for Primitive class.
Definition: PyPrimitiveWrapper.h:18