[vtk-developers] Information Key documentation

Bill Lorensen bill.lorensen at gmail.com
Fri Mar 23 14:29:39 EDT 2012


Folks,

I just did a quick grep of vtk and uncovered 180 unique information
keys defined in 27 different classes. Is there a central location that
documents these keys?  Some of the keys are documented in the header
file for the class.

For example, Algorithm defines these keys:
Algorithm:  IntegerKey INPUT_IS_OPTIONAL
Algorithm:  IntegerKey INPUT_IS_REPEATABLE
Algorithm:  InformationVectorKey INPUT_REQUIRED_FIELDS
Algorithm:  StringVectorKey INPUT_REQUIRED_DATA_TYPE
Algorithm:  InformationVectorKey INPUT_ARRAYS_TO_PROCESS
Algorithm:  IntegerKey INPUT_PORT
Algorithm:  IntegerKey INPUT_CONNECTION
Algorithm:  IntegerKey PRESERVES_DATASET
Algorithm:  IntegerKey PRESERVES_GEOMETRY
Algorithm:  IntegerKey PRESERVES_BOUNDS
Algorithm:  IntegerKey PRESERVES_TOPOLOGY
Algorithm:  IntegerKey PRESERVES_ATTRIBUTES
Algorithm:  IntegerKey PRESERVES_RANGES
Algorithm:  IntegerKey MANAGES_METAINFORMATION

Bill



More information about the vtk-developers mailing list