Searched refs:DecimalPrecision (Results 1 – 4 of 4) sorted by relevance
61 vtkGetMacro(DecimalPrecision, int)62 vtkSetMacro(DecimalPrecision, int)81 int DecimalPrecision; variable
55 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()
55 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()