TINMAN 3D / REALTIME TERRAIN
Software Development Kit - User Manual

class Tinman.Operation.Checksum

Short Name:
  • class Checksum
Derived From:
Fields:

Creates an MD5 checksum (*.md5. like Unix md5sum) for the given file.

The operation will create a new file in the same directory as file:

some_input_file.txt -> some_input_file.md5

Fields

The following table lists all fields of this config type.

Field Type Constraint Default
required file path
# != null
 

Path to file for which to compute an MD5 checksum.