SMTK  @SMTK_VERSION@
Simulation Modeling Tool Kit
Public Attributes | List of all members
smtk::model::LimitingClause Struct Reference

! More...

#include <LimitingClause.h>

Collaboration diagram for smtk::model::LimitingClause:
[legend]

Public Attributes

smtk::resource::PropertyType m_propType { smtk::resource::PropertyType::INVALID_PROPERTY }
 
std::string m_propName
 
bool m_propNameIsRegex { false }
 
std::vector< std::string > m_propStringValues
 
std::vector< bool > m_propStringIsRegex
 
std::vector< long > m_propIntValues
 
std::vector< double > m_propFloatValues
 

Detailed Description

!

Parser state for model-entity filter specifications.

This object is created by smtk::model::Entity::filterStringToQueryFunctor() and used by the returned functor to evaluate entities for suitability in query results.


The documentation for this struct was generated from the following file: