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