Changeset 2640
- Timestamp:
- Oct 20, 2011, 12:55:42 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/vizservers/vtkvis/RpVtkDataSet.h
r2612 r2640 74 74 DataAttributeType getActiveVectorsType() const; 75 75 76 bool hasField(const char *fieldName) const 77 { 78 return getFieldInfo(fieldName, NULL, NULL); 79 } 80 81 bool hasField(const char *fieldName, DataAttributeType type) const 82 { 83 return getFieldInfo(fieldName, type, NULL); 84 } 85 76 86 bool getFieldInfo(const char *fieldName, DataAttributeType *type, int *numComponents) const; 77 87
Note: See TracChangeset
for help on using the changeset viewer.