Home
last modified time | relevance | path

Searched refs:DEFAULT_MESHSET_SEQUENCE_SIZE (Results 1 – 2 of 2) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/
H A DSequenceManager.cpp26 const EntityID SequenceManager::DEFAULT_MESHSET_SEQUENCE_SIZE = DEFAULT_VERTEX_SEQUENCE_SIZE; member in moab::SequenceManager
292 …handle = typeData[MBENTITYSET].find_free_sequence(DEFAULT_MESHSET_SEQUENCE_SIZE, start, end, seq_d… in create_mesh_set()
299 msseq = new MeshSetSequence(handle, 1, flags, DEFAULT_MESHSET_SEQUENCE_SIZE); in create_mesh_set()
368 trim_sequence_block(handle, block_end, DEFAULT_MESHSET_SEQUENCE_SIZE); in allocate_mesh_set()
H A DSequenceManager.hpp311 static const EntityID DEFAULT_MESHSET_SEQUENCE_SIZE; member in moab::SequenceManager