Home
last modified time | relevance | path

Searched refs:ObjectListType (Results 1 – 20 of 20) sorted by relevance

/dports/math/vtk6/VTK-6.2.0/Utilities/MetaIO/vtkmetaio/
H A DmetaScene.h52 typedef METAIO_STL::list<MetaObject*> ObjectListType; typedef
93 ObjectListType * GetObjectList(void) {return & m_ObjectList;} in GetObjectList()
116 ObjectListType m_ObjectList;
H A DmetaScene.cxx430 ObjectListType::iterator it = m_ObjectList.begin(); in Write()
451 ObjectListType::iterator it = m_ObjectList.begin(); in Clear()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MetaIO/src/MetaIO/src/
H A DmetaScene.h52 typedef std::list<MetaObject*> ObjectListType; typedef
93 ObjectListType * GetObjectList(void) {return & m_ObjectList;} in GetObjectList()
116 ObjectListType m_ObjectList;
H A DmetaScene.cxx427 ObjectListType::iterator it = m_ObjectList.begin(); in Write()
448 ObjectListType::iterator it = m_ObjectList.begin(); in Clear()
/dports/math/vtk9/VTK-9.1.0/Utilities/MetaIO/vtkmetaio/
H A DmetaScene.h48 typedef std::list<MetaObject *> ObjectListType; typedef
95 ObjectListType *
119 ObjectListType m_ObjectList;
/dports/math/vtk8/VTK-8.2.0/Utilities/MetaIO/vtkmetaio/
H A DmetaScene.h52 typedef METAIO_STL::list<MetaObject*> ObjectListType; typedef
93 ObjectListType * GetObjectList(void) {return & m_ObjectList;} in GetObjectList()
116 ObjectListType m_ObjectList;
H A DmetaScene.cxx430 ObjectListType::iterator it = m_ObjectList.begin(); in Write()
451 ObjectListType::iterator it = m_ObjectList.begin(); in Clear()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/SpatialObjects/test/
H A DitkNewMetaObjectTypeTest.cxx243 SceneType::ObjectListType *mySceneChildren = in itkNewMetaObjectTypeTest()
245 SceneType::ObjectListType::const_iterator obj; in itkNewMetaObjectTypeTest()
/dports/science/InsightToolkit/ITK-5.0.1/Examples/SpatialObjects/
H A DSceneSpatialObject.cxx130 GroupSpatialObjectType::ObjectListType * myObjectList = in main()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/SpatialObjects/include/
H A DitkSpatialObject.hxx1002 typename ObjectListType::iterator it = children->begin(); in CheckIdValidity()
1003 typename ObjectListType::iterator itEnd = children->end(); in CheckIdValidity()
1004 typename ObjectListType::iterator it2; in CheckIdValidity()
1040 typename ObjectListType::iterator it = children->begin(); in FixIdValidity()
1041 typename ObjectListType::iterator itEnd = children->end(); in FixIdValidity()
1042 typename ObjectListType::iterator it2; in FixIdValidity()
H A DitkSpatialObject.h111 using ObjectListType = std::list< Pointer >; variable
H A DitkMetaSceneConverter.hxx127 MetaScene::ObjectListType * list = mScene->GetObjectList(); in CreateSpatialObjectScene()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/MetaIO/src/MetaIO/src/tests/
H A DtestMeta4Tube.cxx72 using ListType = MetaScene::ObjectListType; in main()
/dports/math/vtk6/VTK-6.2.0/Utilities/MetaIO/vtkmetaio/tests/
H A DtestMeta4Tube.cxx69 typedef MetaScene::ObjectListType ListType; in main()
/dports/games/openbve/OpenBVE-1.8.2.1/source/OpenBVE/OldCode/
H A DRenderer - Copy.cs.old52 private enum ObjectListType : byte {
75 internal ObjectListType Type;
2851 ObjectListType listType;
2854 listType = alpha ? ObjectListType.DynamicAlpha : ObjectListType.StaticOpaque;
2857 listType = alpha ? ObjectListType.DynamicAlpha : ObjectListType.DynamicOpaque;
2860 listType = alpha ? ObjectListType.OverlayAlpha : ObjectListType.OverlayOpaque;
2916 case ObjectListType.DynamicAlpha:
2922 case ObjectListType.OverlayAlpha:
2992 case ObjectListType.DynamicAlpha:
2998 case ObjectListType.OverlayAlpha:
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/GoogleCloudPlatform/k8s-cloud-provider/pkg/cloud/meta/
H A Dservice.go93 func (i *ServiceInfo) ObjectListType() string { func
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/Meta/test/
H A DtestMetaMesh.cxx259 using ListType = MetaScene::ObjectListType; in testMetaMesh()
/dports/security/py-maec/python-maec-4.1.0.17/maec/bundle/
H A Dbundle.py38 _binding_class = bundle_binding.ObjectListType
/dports/security/py-maec/python-maec-4.1.0.17/maec/bindings/
H A Dmaec_bundle.py388 obj_ = ObjectListType.factory()
1737 class ObjectListType(GeneratedsSuper): class
1747 if ObjectListType.subclass:
1748 return ObjectListType.subclass(*args_, **kwargs_)
1750 return ObjectListType(*args_, **kwargs_)
3610 obj_ = ObjectListType.factory()
4835 "ObjectListType": ObjectListType,
/dports/net-mgmt/midpoint/midpoint-4.0.3/doc/config/rest/
H A Dswagger.yml971 description: "List of the found objects, see ObjectListType"