Panda3D
Public Member Functions | Protected Member Functions | Protected Attributes
DXFPoints Class Reference

A simple program to read a dxf file and list the points contained within it to a text file. More...

#include "dxfPoints.h"

Inheritance diagram for DXFPoints:
ProgramBase WithOutputFile DXFFile MemoryBase

List of all members.

Public Member Functions

virtual void done_entity ()
 This is inherited from DXFFile, and gets called as each entity (face, line, whatever) has finished processing.
void run ()

Protected Member Functions

virtual bool handle_args (Args &args)
 Does something with the additional arguments on the command line (after all the -options have been parsed).

Protected Attributes

Filename _input_filename

Detailed Description

A simple program to read a dxf file and list the points contained within it to a text file.

Definition at line 29 of file dxfPoints.h.


Member Function Documentation

void DXFPoints::done_entity ( ) [virtual]

This is inherited from DXFFile, and gets called as each entity (face, line, whatever) has finished processing.

Reimplemented from DXFFile.

Definition at line 62 of file dxfPoints.cxx.

References WithOutputFile::get_output(), and DXFFile::ocs_2_wcs().

bool DXFPoints::handle_args ( ProgramBase::Args &  args) [protected, virtual]

Does something with the additional arguments on the command line (after all the -options have been parsed).

Returns true if the arguments are good, false otherwise.

Reimplemented from ProgramBase.

Definition at line 78 of file dxfPoints.cxx.


The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations