18 #include "pandatoolbase.h" 20 #include "programBase.h" 21 #include "withOutputFile.h" 23 #include "vector_string.h" 24 #include "geomVertexData.h" 25 #include "geomVertexWriter.h" 39 virtual bool handle_args(
Args &args);
42 void process_line(
const string &line);
43 void add_point(
const vector_string &words);
45 void open_vertex_data();
46 void close_vertex_data();
50 double _decimate_divisor;
51 double _decimate_factor;
55 int _num_points_expected;
56 int _num_points_found;
57 int _num_points_added;
60 double _decimated_point_number;
This is intended to be the base class for most general-purpose utility programs in the PANDATOOL tree...
This object provides a high-level interface for quickly writing a sequence of numeric values from a v...
The name of a file, such as a texture file or an Egg file.
This defines the actual numeric vertex data stored in a Geom, in the structure defined by a particula...
This is the bare functionality (intended to be inherited from along with ProgramBase or some derivati...
A node that holds Geom objects, renderable pieces of geometry.