Home
last modified time | relevance | path

Searched refs:getNumModels (Results 1 – 25 of 54) sorted by relevance

123

/dports/biology/py-libsedml/libSEDML-2.0.26/examples/ruby/
H A Dprint_sedml.rb65 puts "\nThe document has #{doc.getNumModels} model(s)."
66 doc.getNumModels.times do |i|
/dports/biology/libsedml/libSEDML-2.0.26/examples/ruby/
H A Dprint_sedml.rb65 puts "\nThe document has #{doc.getNumModels} model(s)."
66 doc.getNumModels.times do |i|
/dports/biology/py-libsedml/libSEDML-2.0.26/examples/perl/
H A Dprint_sedml.pl74 print ("The document has ",$doc->getNumModels() , " model(s)." , "\n");
75 for ($i =0; $i < $doc->getNumModels();$i++)
/dports/biology/libsedml/libSEDML-2.0.26/examples/perl/
H A Dprint_sedml.pl74 print ("The document has ",$doc->getNumModels() , " model(s)." , "\n");
75 for ($i =0; $i < $doc->getNumModels();$i++)
/dports/biology/py-libsedml/libSEDML-2.0.26/examples/java/
H A Dprint_sedml.java78 System.out.println( "The document has " + doc.getNumModels() + " model(s).\n"); in main()
79 for (int i = 0; i < doc.getNumModels(); ++i) in main()
/dports/biology/py-libsedml/libSEDML-2.0.26/examples/python/
H A Dprint_sedml.py92 print ("The document has ", doc.getNumModels() , " model(s)." , "\n")
93 for i in range(0,doc.getNumModels()):
/dports/biology/libsedml/libSEDML-2.0.26/examples/java/
H A Dprint_sedml.java78 System.out.println( "The document has " + doc.getNumModels() + " model(s).\n"); in main()
79 for (int i = 0; i < doc.getNumModels(); ++i) in main()
/dports/biology/libsedml/libSEDML-2.0.26/examples/python/
H A Dprint_sedml.py92 print ("The document has ", doc.getNumModels() , " model(s)." , "\n")
93 for i in range(0,doc.getNumModels()):
/dports/biology/py-libsedml/libSEDML-2.0.26/examples/csharp/
H A Dprint_sedml.cs78 Console.WriteLine( "The document has " + doc.getNumModels() + " model(s)." + Environment.NewLine); in Main()
79 for (int i = 0; i < doc.getNumModels(); ++i) in Main()
/dports/biology/libsedml/libSEDML-2.0.26/examples/csharp/
H A Dprint_sedml.cs78 Console.WriteLine( "The document has " + doc.getNumModels() + " model(s)." + Environment.NewLine); in Main()
79 for (int i = 0; i < doc.getNumModels(); ++i) in Main()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/mdl/
H A DBodyPart.h42 int getNumModels();
H A DBodyPart.cpp35 int BodyPart::getNumModels() in getNumModels() function in BodyPart
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/mdl/
H A DBodyPart.h42 int getNumModels();
H A DBodyPart.cpp35 int BodyPart::getNumModels() in getNumModels() function in BodyPart
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/tgdb/
H A DSGModelBin.hxx52 unsigned getNumModels() const in getNumModels() function in SGMatModelBin
/dports/biology/py-libsedml/libSEDML-2.0.26/src/sedml/
H A DSedListOfModels.h287 unsigned int getNumModels() const;
/dports/biology/libsedml/libSEDML-2.0.26/src/sedml/
H A DSedListOfModels.h287 unsigned int getNumModels() const;
/dports/biology/py-libsedml/libSEDML-2.0.26/examples/c++/
H A Dprint_sedml.cpp178 cout << "The document has " << doc->getNumModels() << " model(s)." << endl; in main()
179 for (unsigned int i = 0; i < doc->getNumModels(); ++i) in main()
/dports/biology/libsedml/libSEDML-2.0.26/examples/c++/
H A Dprint_sedml.cpp178 cout << "The document has " << doc->getNumModels() << " model(s)." << endl; in main()
179 for (unsigned int i = 0; i < doc->getNumModels(); ++i) in main()
/dports/devel/bullet/bullet3-3.21/examples/Importers/ImportMJCFDemo/
H A DBulletMJCFImporter.h86 virtual int getNumModels() const;
/dports/devel/py-bullet3/bullet3-3.21/examples/Importers/ImportMJCFDemo/
H A DBulletMJCFImporter.h86 virtual int getNumModels() const;
/dports/devel/bullet/bullet3-3.21/examples/Importers/ImportURDFDemo/
H A DURDFImporterInterface.h93 virtual int getNumModels() const { return 0; } in getNumModels() function
H A DBulletUrdfImporter.h30 virtual int getNumModels() const;
/dports/devel/py-bullet3/bullet3-3.21/examples/Importers/ImportURDFDemo/
H A DURDFImporterInterface.h93 virtual int getNumModels() const { return 0; } in getNumModels() function
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/physx/
H A DPhysXUrdfImporter.h33 virtual int getNumModels() const;

123