class
TileFileCmd
: public
Command
(Return to index)
command to internally tile a PGM or PPM image.
Type:
Instantiable
Base Classes:
public
Command
Derived Classes
Include file:
OverlayUnidraw/ovcmds.h
Public:
virtual
Command
*
Copy
()
virtual void
Execute
()
create a new internally tiled PGM or PPM binary image from an existing untiled PGM or PPM binary image.
virtual ClassId
GetClassId
()
virtual boolean
IsA
(ClassId)
virtual boolean
Reversible
()
returns false.
TileFileCmd
()
TileFileCmd
(
ControlInfo
*)
TileFileCmd
(
ControlInfo
*, const char* ifn, const char* ofn, int twidth, int theight )
TileFileCmd
(
Editor
*, const char* ifn, const char* ofn, int twidth, int theight )
virtual
~TileFileCmd
()
(more documentation)