C++ main module for gpm Package  1.0
Macros
types.h File Reference
#include <algorithm>
#include <string>
#include <complex>
#include <assert.h>
#include <stdlib.h>
Include dependency graph for types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define null   NULL
 
#define tFlag   unsigned char
 
#define tShort   short
 
#define tReal   long double
 
#define tRealFormat   "%Lg"
 
#define tLong   long int
 
#define tInteger   unsigned tLong
 
#define tRelativeInteger   tLong
 
#define tInt   int
 
#define tBoolean   bool
 
#define tString   string
 
#define tComplex   complex<tReal>
 
#define tDoubleComplex   complex<double>
 
#define tFloatComplex   complex<float>
 
#define tCharacter   char
 
#define tTime   unsigned long long
 
#define EPS   1.e-12
 
#define EPS2   1.e-24
 
#define modZ(a, b)   ( ( (a)>=0) ? (a)%(b) : (a)%(b)+(b) )
 
#define square(a)   ( (a)*(a) )
 
#define iand(a, b)   ( (a) & (b) )
 
#define REAL_INFINITY   3.40282347e+38
 
#define REAL_EPS   9.62964972193617926527988971292463845e-35
 
#define PRINT_(a)   {}
 
#define PRINTLN_(a)   {}
 
#define ASSERT_IN(a)   {assert(a);}
 
#define ASSERT_OUT(a)   {assert(a);}
 

Macro Definition Documentation

#define ASSERT_IN (   a)    {assert(a);}
#define ASSERT_OUT (   a)    {assert(a);}
#define EPS   1.e-12
#define EPS2   1.e-24
#define iand (   a,
 
)    ( (a) & (b) )
#define modZ (   a,
 
)    ( ( (a)>=0) ? (a)%(b) : (a)%(b)+(b) )
#define null   NULL

Referenced by CORE_SharedPointersList< T >::add(), CORE_Array< T >::add(), CORE_Vector< T >::addAfterIndices(), CORE_Array< T >::addAfterIndices(), MATH_NodeExpression::addArgument(), MATH_ParentExpression::addArgument(), GPMG_RuleGraphDrawPanel::addEdge(), GPM_Graph::addEdge(), GPMG_DrawPanel::addEdge(), GPMG_DrawPanel::addEdgeToNode(), GPM_ModelFunction::addGlobalFunction(), GPM_PatternFunction::addPEdgeToKeep(), GPM_PatternFunction::addPEdgeToRemove(), CORE_Array2D< T >::addRow(), GPM_ModelParentNode::addToChildren(), GPM_ModelChildNode::addToParents(), GPMG_Project::areCompositorFunctionsAvailabled(), GPM_Rule::buildEnvironment(), GPM_PortGraph::buildEnvironments(), GPMG_Project::canBeRun(), GPM_Function::clear(), GPMG_RuleGraphPanel::clearGraphs(), GPMG_RuleGraphDrawPanel::clearGraphs(), GPM_ModelGraph::clearRules(), GPM_ModelFunction::clearRules(), GPMG_MovieGraphDrawPanel::clearScales(), GPMG_EdgeWindow::componentClicked(), GPMG_VertexWindow::componentClicked(), GPMG_MovieGraphPanel::componentClicked(), GPMG_PreferencesRootPanel::componentClicked(), GPMG_EnvironmentPanel::componentClicked(), GPMG_VariablePanel::componentClicked(), GPMG_RunWindow::componentClicked(), GPMG_GraphStateWindow::componentClicked(), GPMG_GraphElementWindow::componentClicked(), GPMG_RulesWindow::componentClicked(), GPMG_FunctionWindow::componentClicked(), GPMG_ShowGraphDrawPanel::computeEdgesScale(), GPMG_DrawPanel::computeEdgesScale(), GPMG_ShowGraphDrawPanel::computeNodesScale(), GPMG_DrawPanel::computeNodesScale(), GPMG_ShowGraphDrawPanel::computePortsScale(), GPMG_DrawPanel::computePortsScale(), GPMG_ShowGraphDrawPanel::computeVertexBounds(), GPMG_RuleGraphDrawPanel::computeVertexBounds(), CORE_Array< T >::contractToLastElements(), GPM_Vertex::copy(), GPM_ModelGraphElement::copy(), MATH_Environment::copy(), GPM_ModelNode::copy(), GPM_ModelPort::copy(), GPM_ModelEdge::copy(), GPM_Variable::copy(), CORE_Array3D< T >::copy(), GPM_PatternFunction::copy(), GPM_ModelFunction::copy(), GPM_Port::copy(), GPM_Graph::copy(), CORE_Array2D< T >::copy(), GPM_GraphElement::copy(), CORE_Matrix< T >::copy(), CORE_Array< T >::copy(), CORE_Vector< T >::copy(), CORE_Array< T >::CORE_Array(), CORE_Array3D< T >::CORE_Array3D(), CORE_File::CORE_File(), CORE_Out::CORE_Out(), GPMG_RuleGraphDrawPanel::deleteEdge(), GPMG_DrawPanel::deleteEdge(), GPMG_DrawPanel::deleteVertex(), GPMG_VertexWindow::enableComponents(), GPMG_VariablePanel::enableComponents(), GPMG_GraphElementWindow::enableComponents(), GPMG_MovieGraphMenuPanel::enableMovieMenus(), CORE_IO::endRedirectOutput(), MATH_DivideOperator::evaluate(), MATH_ModuloOperator::evaluate(), MATH_NumericalFunction::evaluate(), MATH_SetTransformer::evaluate(), MATH_EOperator::evaluate(), MATH_MultiplyOperator::evaluate(), MATH_AddOperator::evaluate(), MATH_NotOperator::evaluate(), MATH_Set::evaluate(), MATH_AndOperator::evaluate(), MATH_LEOperator::evaluate(), MATH_OrOperator::evaluate(), MATH_ArrayFunction::evaluate(), MATH_EQOperator::evaluate(), MATH_NotBitwiseOperator::evaluate(), MATH_AndBitwiseOperator::evaluate(), MATH_NEQOperator::evaluate(), MATH_OrBitwiseOperator::evaluate(), MATH_XorBitwiseOperator::evaluate(), MATH_VectorFunction::evaluate(), MATH_LTOperator::evaluate(), MATH_MinusOperator::evaluate(), MATH_GEOperator::evaluate(), MATH_GTOperator::evaluate(), MATH_BeginBlock::evaluate(), MATH_RootExpression::evaluate(), MATH_ParentExpression::evaluate(), MATH_LinearTransform::evaluateParameters(), MATH_TranslationTransform::evaluateParameters(), MATH_RotationTransform::evaluateParameters(), MATH_kBoxSet::evaluateParameters(), MATH_ParableSet::evaluateParameters(), MATH_DiskSet::evaluateParameters(), MATH_RectangleSet::evaluateParameters(), GPM_Vertex::executeTriggerActions(), GPM_PortGraph::exportToCurveFile(), GPM_Graph::exportToCurveFile(), GPM_PortGraph::generateQuadGraph(), CORE_SharedPointersKVMap< Key, Value >::get(), CORE_SharedPointersListVMap< Key, Value >::get(), CORE_SharedPointersVMap< Key, Value >::get(), CORE_Map< Key, Value >::get(), CORE_WeakPointersList< T >::get(), CORE_SharedPointersList< T >::get(), GPM_PortGraph::getConnectedNodesToPort(), GPMG_DrawPanel::getCoordinates(), GPM_Graph::getEdge(), GPM_Graph::getEdgeId(), GPMG_MainWindow::getEdgeWindow(), GPMG_MainWindow::getEnvironmentWindow(), GPMG_Project::getGlobalFunction(), GPMG_MainWindow::getGraphStateWindow(), CORE_SharedPointersList< T >::getLastElement(), MATH_BinaryOperator::getLastFreeChildIndex(), GPMG_MainWindow::getMovieGraphWindow(), CORE_Out::getOutputString(), GPM_Function::getPatternGraph(), GPM_Graph::getPatterns(), GPMG_ShowGraphDrawPanel::getPopupMenu(), GPMG_RuleGraphDrawPanel::getPopupMenu(), GPMG_DrawPanel::getPopupMenu(), GPM_ModelGraphElement::getRule(), GPMG_MainWindow::getRuleGraphsWindow(), GPM_ModelGraph::getRulesNumber(), GPMG_MainWindow::getRulesWindow(), GPMG_MainWindow::getRunWindow(), GPMG_MainWindow::getShowGraphWindow(), GPM_Function::getTransformerGraph(), MATH_Environment::getVariable(), GPM_GraphElement::getVariableType(), GPM_GraphElement::getVariableValue(), GPMG_MainWindow::getVertexWindow(), GPM_Vertex::GPM_Vertex(), GPMG_MovieGraphPanel::initComponents(), GPM_PortGraph::initGroupNames(), CORE_SharedPointersList< T >::insert(), CORE_Array< T >::insert(), MATH_BinaryOperator::insertInTree(), MATH_UnaryOperator::insertInTree(), MATH_EndBlock::insertInTree(), MATH_FunctionNode::insertInTree(), MATH_BeginBlock::insertInTree(), MATH_LeafExpression::insertInTree(), CORE_Time::isAfter(), CORE_Time::isBefore(), MATH_BeginBlock::isClosed(), GPM_PortGraph::isEdgeValid(), GPMG_MainWindow::isEdgeWindowShown(), GPMG_MainWindow::isEnvironmentWindowShown(), GPM_Variable::isEqual(), CORE_Time::isEqual(), GPMG_MainWindow::isGraphStateWindowShown(), GPMG_MainWindow::isGraphWindowShown(), GPM_ModelChildNode::isInAscendants(), CORE_Object::isInstanceOf(), GPM_Graph::isIsomorph(), GPM_PortGraph::isMappingValid(), GPM_ModelFunction::isMappingValid(), GPMG_MainWindow::isMovieGraphWindowShown(), GPMG_GraphPanel::isReadOnly(), GPMG_GraphElementWindow::isReadOnly(), GPMG_MainWindow::isRuleGraphsWindowShown(), GPMG_MainWindow::isRulesWindowShown(), GPMG_MainWindow::isRunWindowShown(), GPMG_GraphElementWindow::isShown(), GPM_PortGraph::isValid(), GPM_PatternFunction::isValid(), GPMG_MainWindow::isVertexWindowShown(), GPM_ConwayGraph::loadFromImageFile(), GPMG_GraphPanel::loadFromUIClass(), GPMG_Project::loadFromUIClass(), GPMG_Project::loadInitGraph(), CORE_Array< T >::merge(), GPMG_DrawPanel::mouseHasChanged(), CORE_Matrix< T >::New(), CORE_Vector< T >::New(), CORE_Time::New(), GPM_ClassFactory::NewInstance(), GPMG_ClassFactory::NewInstance(), GPM_ModelClassFactory::NewInstance(), MATH_ExpressionClassFactory::NewInstance(), GPMG_RuleGraphDrawPanel::objectIsClickedOn(), GPMG_DrawPanel::objectIsClickedOn(), GPMG_DrawPanel::objectIsMovedTo(), CORE_File::open(), CORE_SharedPointersList< T >::operator()(), CORE_File::operator<<(), CORE_File::operator>>(), GPM_ModelGraph::orderTriggerRules(), CORE_Object::outputPrint(), GPMG_DrawPanel::paintElements(), MATH_RootExpression::parse(), CORE_Real::parseReal(), GPM_3DSnowGraph::patternsMappingSignalEmit(), GPMG_ShowGraphDrawPanel::popupMenuClicked(), GPMG_RuleGraphDrawPanel::popupMenuClicked(), GPMG_DrawPanel::popupMenuClicked(), CORE_Object::print(), GPMG_MainWindow::projectEnvironmentHasChanged(), CORE_SharedPointersListVMap< Key, Value >::put(), CORE_SharedPointersVMap< tString, CORE_Object >::put(), MATH_FunctionNode::readArguments(), GPM_ModelFunction::readRulesFromFile(), CORE_Vector< T >::remove(), GPM_ModelParentNode::removeFromChildren(), GPM_ModelChildNode::removeFromParents(), MATH_ParentExpression::resetArgument(), MATH_ChildExpression::resetParent(), GPMG_EdgeWindow::resetValues(), GPMG_VertexWindow::resetValues(), GPMG_GraphElementWindow::resetValues(), CORE_Array2D< T >::resize(), CORE_Array< T >::resize(), GPMG_Project::run(), GPMG_Project::saveData(), GPM_ModelFunction::saveRulesToFile(), GPM_ConwayGraph::saveToImageFile(), GPMG_GraphPanel::saveToUIClass(), GPMG_Project::saveToUIClass(), CORE_Vector< T >::scalarProduct(), CORE_File::search(), CORE_SharedPointersList< T >::set(), CORE_Matrix< T >::set(), MATH_ParentExpression::setArgument(), CORE_Array2D< T >::setCapacity(), CORE_Array< T >::setCapacity(), CORE_Color::setColor(), CORE_Time::setDate(), GPMG_EnvironmentPanel::setEnvironment(), GPM_GraphElement::setEnvironment(), GPMG_FunctionWindow::setFunctions(), GPM_GraphElement::setGraph(), GPMG_GraphElementWindow::setGraphElement(), GPMG_ShowGraphWindow::setIsMovingEnabled(), GPMG_MovieGraphWindow::setIsMovingEnabled(), GPMG_RuleGraphWindow::setIsMovingEnabled(), GPMG_DrawPanel::setIsMovingEnabled(), GPMG_GraphPanel::setIsReadOnly(), GPMG_DrawPanel::setIsReadOnly(), CORE_Out::setOutputFile(), CORE_Out::setOutputType(), GPMG_EnvironmentWindow::setProject(), CORE_Array2D< T >::setRowSize(), CORE_Array3D< T >::setSize(), GPM_Vertex::setTriggerCoordinate(), CORE_Array2D< T >::setValues(), CORE_Array< T >::setValues(), CORE_Array< T >::setValuesByReference(), GPMG_MainWindow::showAllWindows(), GPMG_MainWindow::showEdge(), GPMG_MainWindow::showEdgeWindow(), GPMG_MainWindow::showEnvironmentWindow(), GPMG_ShowGraphPanel::showGraph(), GPMG_MainWindow::showGraphElement(), GPMG_MainWindow::showGraphStateWindow(), GPMG_MainWindow::showGraphWindow(), GPMG_MainWindow::showMovieGraphWindow(), GPMG_RuleGraphPanel::showRule(), GPMG_RuleGraphDrawPanel::showRule(), GPMG_MainWindow::showRuleGraphsWindow(), GPMG_MainWindow::showRulesWindow(), GPMG_MainWindow::showRunWindow(), GPMG_MainWindow::showVertex(), GPMG_MainWindow::showVertexWindow(), CORE_Time::sub(), CORE_Time::subInMilliSeconds(), CORE_Time::subTimes(), CORE_Time::subTimesInMilliSeconds(), GPMG_MovieThread::threadHasBeenSuspended(), GPMG_MovieThread::threadHasFinished(), GPMG_ActionEditPreferences::toDo(), GPMG_ActionRule::toDo(), GPMG_ActionRun::toDo(), GPMG_ActionEnvironment::toDo(), GPMG_ActionGraph::toDo(), GPMG_ActionShowGraphWindow::toDo(), GPMG_ActionMovie::toDo(), MATH_BinaryOperator::toString(), MATH_UnaryOperator::toString(), GPM_Edge::toString(), MATH_FunctionNode::toString(), MATH_ParentExpression::toString(), MATH_Environment::toString(), GPM_ModelFunction::toString(), GPMG_GraphPanel::updateEnvironments(), GPM_PortGraph::updateGraphElementsEnvironment(), GPMG_Project::updateGraphsEnvironments(), GPM_Snow3DFunction::updatePatternGraphStates(), GPM_ModelFunction::updatePatternGraphStates(), GPM_ModelFunction::updatePTEdgesStates(), GPM_ModelGraphElement::updateRules(), GPM_ModelGraph::updateRules(), GPM_ModelFunction::updateRules(), GPMG_MenuPanel::updateStateMenus(), GPM_Snow3DFunction::updateTransformerGraphStates(), GPM_Snow2DFunction::updateTransformerGraphStates(), GPM_ModelFunction::updateTransformerGraphStates(), GPMG_VertexWindow::updateTriggerVariables(), GPMG_EdgeWindow::updateValues(), GPMG_PreferencesRootPanel::updateValues(), GPMG_VertexWindow::updateValues(), GPMG_RunWindow::updateValues(), GPMG_VariablePanel::updateValues(), GPMG_RulesWindow::updateValues(), GPMG_GraphElementWindow::updateValues(), GPMG_PreferencesRootPanel::validate(), CORE_Array< T >::~CORE_Array(), CORE_Array2D< T >::~CORE_Array2D(), CORE_File::~CORE_File(), and GPM_Vertex::~GPM_Vertex().

#define PRINT_ (   a)    {}
#define PRINTLN_ (   a)    {}
#define REAL_EPS   9.62964972193617926527988971292463845e-35
#define REAL_INFINITY   3.40282347e+38
#define square (   a)    ( (a)*(a) )
#define tBoolean   bool

Referenced by GPM_Graph::addEdge(), GPMG_DrawPanel::addEdge(), GPM_PortGraph::addPortEdgeFromIds(), GPM_PortGraph::buildEnvironments(), GPMG_Project::canBeRun(), GPM_Vertex::canMerge(), GPMG_FunctionWindow::componentClicked(), CORE_IO::cp(), GPM_ConwayGraph::createPatternFunctions(), GPM_3DSnowGraph::createPatternFunctions(), MATH_DivideOperator::evaluate(), MATH_SetTransformer::evaluate(), MATH_MultiplyOperator::evaluate(), MATH_LEOperator::evaluate(), MATH_ArrayFunction::evaluate(), MATH_EQOperator::evaluate(), MATH_NEQOperator::evaluate(), MATH_LTOperator::evaluate(), MATH_GEOperator::evaluate(), MATH_GTOperator::evaluate(), GPM_ModelFunction::expandVariableNames(), GPM_PortGraph::findSegments(), CORE_IO::getFiles(), GPMG_DrawPanel::initAttributes(), GPM_Rule::isDependentOn(), GPM_PortGraph::isEdgeValid(), GPM_Variable::isEqual(), MATH_Variable::isEqual(), CORE_IO::isFile(), MATH_RectangleSet::isInside(), GPM_Graph::isIsomorph(), GPM_PortGraph::isMappingValid(), GPM_ModelFunction::isMappingValid(), GPM_PortGraph::isValid(), GPM_PatternFunction::isValid(), GPMG_Project::loadData(), GPM_Graph::loadFromFile(), GPM_ConwayGraph::loadFromImageFile(), GPM_Port::loadFromStream(), GPM_Edge::loadFromStream(), GPM_Vertex::loadFromStream(), GPM_GraphElement::loadFromStream(), GPM_PortGraph::loadGraph(), GPMG_Project::loadInitGraph(), main(), GPM_Graph::merge(), CORE_IO::mv(), GPM_PrintCallback::operator()(), GPM_ModelRootNode::orderRulesByCallTree(), GPM_ModelGraph::orderTriggerRules(), CORE_Integer::parseBoolean(), CORE_CommandLine::readArgument(), CORE_CommandLine::readOption(), CORE_String::readReal(), GPM_ModelFunction::readRulesFromFile(), CORE_VectorReader::readVector(), CORE_Run::readVector(), GPM_PortGraph::reduce(), CORE_WeakPointersList< T >::remove(), CORE_SharedPointersMatrix< T >::remove(), CORE_SharedPointersList< T >::remove(), CORE_Vector< T >::remove(), CORE_Array< T >::remove(), CORE_SharedPointersKVMap< Key, Value >::removeValue(), CORE_Map< Key, Value >::removeValue(), CORE_SharedPointersListVMap< Key, Value >::removeValue(), CORE_SharedPointersVMap< Key, Value >::removeValue(), GPM_CoreRun::run(), GPM_ExamplesRun::run(), MATH_ExpressionRun::run(), GPM_PortGraph::run(), GPM_CoreRun::runTests(), MATH_ExpressionRun::runTests(), CORE_Run::runTests(), GPM_CoreRun::runTutorials(), GPMG_Project::saveData(), GPM_2DSnowGraph::saveGraph(), GPM_ConwayGraph::saveGraph(), GPM_PortGraph::saveGraph(), GPM_ModelFunction::saveRulesToFile(), CORE_File::search(), GPMG_DrawPanel::setIsReadOnly(), MATH_Variable::setSize(), GPM_GraphElement::setTopologicalAction(), GPM_GraphElement::setTriggerAction(), GPM_GraphElement::setTriggerGroupNameAction(), GPM_GraphElement::setVariableValuesFromString(), GPM_BGLTest::test(), CORE_Test::test(), MATH_ExpressionTest::test(), GPM_CoreTest::test(), testCommandLine(), testIO(), testListFiles(), MATH_Variable::toBoolean(), GPM_GraphElement::updateEnvironment(), GPM_Snow3DFunction::updatePatternGraphStates(), GPM_Snow2DFunction::updatePatternGraphStates(), GPM_ConwayFunction::updatePatternGraphStates(), GPM_ModelFunction::updatePatternGraphStates(), GPM_ModelFunction::updatePTEdgesStates(), GPMG_MenuPanel::updateStateMenus(), GPM_Snow3DFunction::updateTransformerGraphStates(), GPM_Snow2DFunction::updateTransformerGraphStates(), GPM_ConwayFunction::updateTransformerGraphStates(), GPM_ModelFunction::updateTransformerGraphStates(), and GPMG_VertexWindow::updateValues().

#define tCharacter   char
#define tComplex   complex<tReal>
#define tDoubleComplex   complex<double>
#define tFlag   unsigned char

Referenced by GPMG_EdgeWindow::componentClicked(), GPMG_VertexWindow::componentClicked(), GPMG_GridGeneratorWindow::componentClicked(), GPMG_MovieGraphPanel::componentClicked(), GPMG_PreferencesRootPanel::componentClicked(), GPMG_EnvironmentPanel::componentClicked(), GPMG_VariablePanel::componentClicked(), GPMG_RunWindow::componentClicked(), GPMG_GraphStateWindow::componentClicked(), GPMG_EnvironmentWindow::componentClicked(), GPMG_GraphElementWindow::componentClicked(), GPMG_RulesWindow::componentClicked(), GPMG_FunctionWindow::componentClicked(), GPMG_GraphPanel::componentClicked(), MATH_DiskSet::computeBoundingBox(), GPMG_ShowGraphDrawPanel::computeVertexBounds(), GPMG_RuleGraphDrawPanel::computeVertexBounds(), GPMG_MovieGraphDrawPanel::computeVertexBounds(), MATH_ArrayFunction::evaluate(), GPM_GraphElement::executeTriggerActions(), GPM_Vertex::GPM_Vertex(), MATH_DiskSet::isInside(), GPMG_ShowGraphDrawPanel::popupMenuClicked(), CORE_CommandLine::readOption(), GPM_ModelFunction::readRulesFromFile(), GPM_ModelFunction::saveRulesToFile(), GPM_ConwayGraph::saveToImageFile(), GPM_GraphElement::setTriggerAction(), GPM_Vertex::setTriggerCoordinate(), GPMG_ShowGraphDrawPanel::showGraph(), GPMG_RuleGraphDrawPanel::showRule(), GPMG_ActionRule::toDo(), GPMG_ActionRun::toDo(), GPMG_ActionEnvironment::toDo(), GPMG_ActionGraph::toDo(), GPMG_ActionMovie::toDo(), GPM_ModelFunction::toString(), GPM_GraphElement::updateEnvironment(), GPM_ModelFunction::updatePatternGraphStates(), GPM_ModelFunction::updatePTEdgesStates(), GPM_ModelFunction::updateTransformerGraphStates(), and GPMG_VariablePanel::updateValues().

#define tFloatComplex   complex<float>
#define tInt   int
#define tInteger   unsigned tLong
#define tLong   long int
#define tReal   long double
#define tRealFormat   "%Lg"
#define tRelativeInteger   tLong
#define tShort   short
#define tString   string

Referenced by GPMG_DrawPanel::addEdge(), GPMG_MovieGraphDrawPanel::addGraph(), GPM_Rule::buildEnvironment(), GPMG_EdgeWindow::componentClicked(), GPMG_VertexWindow::componentClicked(), GPMG_GridGeneratorWindow::componentClicked(), GPMG_MovieGraphPanel::componentClicked(), GPMG_PreferencesRootPanel::componentClicked(), GPMG_EnvironmentPanel::componentClicked(), GPMG_VariablePanel::componentClicked(), GPMG_RunWindow::componentClicked(), GPMG_GraphStateWindow::componentClicked(), GPMG_EnvironmentWindow::componentClicked(), GPMG_GraphElementWindow::componentClicked(), GPMG_RulesWindow::componentClicked(), GPMG_FunctionWindow::componentClicked(), GPMG_GraphPanel::componentClicked(), GPMG_MovieGraphDrawPanel::computeEdgesScale(), GPMG_DrawPanel::computeEdgesScale(), GPMG_MovieGraphDrawPanel::computeNodesScale(), GPMG_MovieGraphDrawPanel::computePortsScale(), GPM_ModelGraphElement::copy(), CORE_Exception::CORE_Exception(), CORE_Object::CORE_Object(), GPM_GraphElement::executeTriggerActions(), GPM_ModelFunction::expandVariableNames(), GPM_PortGraph::findSegments(), CORE_Object::getClassName(), CORE_IO::getContents(), CORE_Color::getDefaultColorString(), CORE_Time::getDuration(), CORE_IO::getExtension(), CORE_IO::getFiles(), GPM_Vertex::getGroupCoordinatesName(), CORE_Object::getIdentityString(), CORE_Exception::getMessage(), CORE_IO::getPaths(), CORE_IO::getPrefix(), CORE_Object::getTypeName(), GPM_GraphElement::getVariableValuesToString(), CORE_Time::getWeekIntervalString(), GPMG_ActionEnvironment::GPMG_ActionEnvironment(), GPMG_ActionGraph::GPMG_ActionGraph(), GPMG_ActionMovie::GPMG_ActionMovie(), GPMG_ActionRule::GPMG_ActionRule(), GPMG_ActionRun::GPMG_ActionRun(), GPMG_ActionShowGraphWindow::GPMG_ActionShowGraphWindow(), GPMG_Application::GPMG_Application(), CORE_CommandLine::help(), GPM_PortGraph::initGroupNames(), GPM_Rule::isDependentOn(), CORE_String::keepOnlyFirstLines(), GPMG_Project::loadData(), GPM_Graph::loadFromFile(), GPM_Port::loadFromStream(), GPM_Vertex::loadFromStream(), GPM_GraphElement::loadFromStream(), GPMG_MovieGraphPanel::loadFromUIClass(), GPMG_Application::loadFromUIClass(), GPMG_RuleGraphDrawPanel::loadFromUIClass(), GPMG_GraphPanel::loadFromUIClass(), GPMG_DrawPanel::loadFromUIClass(), GPMG_Project::loadFromUIClass(), GPM_CoreRun::man(), GPM_ExamplesRun::man(), MATH_ExpressionRun::man(), CORE_IO::mv(), GPM_ClassFactory::NewInstance(), GPM_ModelClassFactory::NewInstance(), GPM_Graph::newInstance(), MATH_ExpressionClassFactory::NewInstance(), GPM_PortGraph::newInstance(), vertexInvarientFunction::operator()(), GPM_PrintCallback::operator()(), GPM_ModelRootNode::orderRulesByCallTree(), GPMG_RuleGraphDrawPanel::paintElements(), MATH_RootExpression::parse(), GPM_Variable::parse(), CORE_String::parse(), CORE_Complex::parseComplex(), CORE_Real::parseReal(), GPM_GraphElement::parseValues(), CORE_Object::pointer2String(), CORE_File::read(), MATH_FunctionNode::readArguments(), CORE_Run::readBoolean(), CORE_String::readInteger(), CORE_CommandLine::readOption(), CORE_Run::readOptions(), CORE_String::readReal(), GPM_ModelFunction::readRulesFromFile(), CORE_VectorReader::readVector(), CORE_Run::readVector(), GPM_CoreRun::run(), GPM_ExamplesRun::run(), MATH_ExpressionRun::run(), GPM_PortGraph::run(), GPMG_Project::run(), GPMG_MovieGraphDrawPanel::save(), GPMG_Project::saveData(), GPMG_Application::saveModelFile(), GPM_ModelFunction::saveRulesToFile(), GPMG_Application::saveToUIClass(), GPMG_Project::saveToUIClass(), GPM_CoreTest::searchPath(), CORE_Color::setColor(), CORE_IO::setExtension(), GPMG_Project::setResultGraphFiles(), MATH_Variable::setValue(), GPM_GraphElement::setVariableValuesFromString(), testCommandLine(), testIO(), CORE_Integer::toBinString(), GPMG_ActionGraph::toDo(), GPMG_ActionMovie::toDo(), CORE_Integer::toHexString(), CORE_String::tokenize(), CORE_String::toLower(), MATH_BinaryOperator::toString(), MATH_UnaryOperator::toString(), CORE_Real::toString(), CORE_Complex::toString(), GPM_Node::toString(), GPM_Port::toString(), CORE_Array3D< T >::toString(), GPM_Edge::toString(), CORE_Integer::toString(), MATH_FunctionNode::toString(), MATH_RootExpression::toString(), MATH_ParentExpression::toString(), MATH_Environment::toString(), GPM_Vertex::toString(), GPM_Variable::toString(), CORE_SharedPointersKVMap< Key, Value >::toString(), CORE_SharedPointersListVMap< Key, Value >::toString(), CORE_String::toString(), CORE_SharedPointersVMap< Key, Value >::toString(), GPM_ModelFunction::toString(), CORE_Matrix< T >::toString(), MATH_Variable::toString(), GPM_GraphElement::toString(), CORE_Array2D< T >::toString(), GPM_Graph::toString(), GPM_PatternFunction::toString(), CORE_Array< T >::toString(), CORE_Vector< T >::toString(), CORE_Time::toString(), CORE_String::toUpper(), GPM_GraphElement::updateEnvironment(), GPM_ModelGraphElement::updateEnvironment(), GPMG_GraphPanel::updateEnvironments(), GPM_ModelFunction::updatePatternGraphStates(), GPM_ModelFunction::updatePTEdgesStates(), GPM_ModelGraphElement::updateRules(), GPM_ModelFunction::updateTransformerGraphStates(), GPMG_VertexWindow::updateTriggerVariables(), GPMG_PreferencesRootPanel::updateValues(), GPMG_VertexWindow::updateValues(), GPMG_GraphElementWindow::updateValues(), GPMG_PreferencesRootPanel::validate(), GPM_ModelFunction::varNameToString(), CORE_Integer::xtoi(), and CORE_Object::~CORE_Object().

#define tTime   unsigned long long