Home
last modified time | relevance | path

Searched refs:DecimalPrecision (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/viz/src/vtk/
DvtkXYZWriter.h61 vtkGetMacro(DecimalPrecision, int)
62 vtkSetMacro(DecimalPrecision, int)
81 int DecimalPrecision; variable
DvtkOBJWriter.h61 vtkGetMacro(DecimalPrecision, int)
62 vtkSetMacro(DecimalPrecision, int)
81 int DecimalPrecision; variable
DvtkXYZWriter.cpp55 this->DecimalPrecision = fout.precision(); in vtkXYZWriter()
87 …outfile << std::setprecision(this->DecimalPrecision) << p[0] << " " << p[1] << " " << p[2] << std:… in WriteData()
111 os << indent << "DecimalPrecision: " << this->DecimalPrecision << "\n"; in PrintSelf()
DvtkOBJWriter.cpp55 this->DecimalPrecision = fout.precision(); in vtkOBJWriter()
95 …outfile << std::setprecision(this->DecimalPrecision) << "v " << p[0] << " " << p[1] << " " << p[2]… in WriteData()
108 …outfile << std::setprecision(this->DecimalPrecision) << "vn " << p[0] << " " << p[1] << " " << p[2… in WriteData()
119 … outfile << std::setprecision(this->DecimalPrecision) << "vt " << p[0] << " " << p[1] << std::endl; in WriteData()
253 os << indent << "DecimalPrecision: " << DecimalPrecision << "\n"; in PrintSelf()