HomeSort by relevance Sort by last modified time
    Searched defs:DecimalPrecision (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/viz/src/vtk/
vtkOBJWriter.h 61 vtkGetMacro(DecimalPrecision, int)
62 vtkSetMacro(DecimalPrecision, int)
81 int DecimalPrecision;
vtkXYZWriter.h 61 vtkGetMacro(DecimalPrecision, int)
62 vtkSetMacro(DecimalPrecision, int)
81 int DecimalPrecision;
vtkOBJWriter.cpp 55 this->DecimalPrecision = fout.precision();
95 outfile << std::setprecision(this->DecimalPrecision) << "v " << p[0] << " " << p[1] << " " << p[2] << std::endl;
108 outfile << std::setprecision(this->DecimalPrecision) << "vn " << p[0] << " " << p[1] << " " << p[2] << std::endl;
119 outfile << std::setprecision(this->DecimalPrecision) << "vt " << p[0] << " " << p[1] << std::endl;
253 os << indent << "DecimalPrecision: " << DecimalPrecision << "\n";

Completed in 2615 milliseconds