Changeset 3290
- Timestamp:
- 11/05/09 17:45:32 (3 weeks ago)
- Location:
- MOAB/trunk
- Files:
-
- 2 modified
-
TagInfo.hpp (modified) (1 diff)
-
TagServer.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
MOAB/trunk/TagInfo.hpp
r1586 r3290 40 40 void set_name( const std::string& name) { mTagName = name; } 41 41 42 //! set the size of the data 42 //! set the size of the data, might be MB_VARIABLE_LENGTH 43 43 void set_size( const int size ) { mDataSize = size; } 44 44 -
MOAB/trunk/TagServer.hpp
r3081 r3290 245 245 MBRange &entities); 246 246 247 //! gets all entity handles that match a type and tag 247 //! For the set of entities in the input range, return those 248 //! that match the specified type and have a value for the 249 //! specified tag. 248 250 MBErrorCode get_entities( const MBRange &input_range, 249 251 const MBTag tag_handle, … … 258 260 int value_size = 0 ); 259 261 260 //! gets all entity handles that match a type, tag and tag value 262 //! For the set of entities in the input range, return those 263 //! that match the specified type and have the specified tag value. 261 264 MBErrorCode get_entities_with_tag_value( const MBRange &input_range, 262 265 const MBEntityType type,
![(please configure the [header_logo] section in trac.ini)](/projects/ITAPS/chrome/common/trac_banner.png)