#include <vtkFetchMIServerCollection.h>
Public Member Functions | |
| void | AddItem (vtkFetchMIServer *s) |
| void | AddServerByName (vtkFetchMIServer *s, const char *name) |
| void | DeleteServerByName (const char *name) |
| vtkFetchMIServer * | FindServerByName (const char *name) |
| vtkFetchMIServer * | GetNextItem () |
| vtkFetchMIServer * | GetNextServer (vtkCollectionSimpleIterator &cookie) |
| vtkFetchMIServer * | GetNextServer () |
| int | InferrableURI (const char *webserviceType) |
| int | IsKnownServiceType (const char *stype) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| vtkTypeRevisionMacro (vtkFetchMIServerCollection, vtkCollection) | |
Static Public Member Functions | |
| static vtkFetchMIServerCollection * | New () |
Public Attributes | |
| std::map< std::string, std::vector< int > > | WebServiceTypesAndParameters |
Protected Member Functions | |
| void | AddItem (vtkObject *o) |
| void | operator= (const vtkFetchMIServerCollection &) |
| vtkFetchMIServerCollection (const vtkFetchMIServerCollection &) | |
| vtkFetchMIServerCollection () | |
| ~vtkFetchMIServerCollection () | |
| vtkFetchMIServerCollection::vtkFetchMIServerCollection | ( | ) | [protected] |
References WebServiceTypesAndParameters.
| vtkFetchMIServerCollection::~vtkFetchMIServerCollection | ( | ) | [protected] |
References WebServiceTypesAndParameters.
| vtkFetchMIServerCollection::vtkFetchMIServerCollection | ( | const vtkFetchMIServerCollection & | ) | [protected] |
| void vtkFetchMIServerCollection::AddItem | ( | vtkObject * | o | ) | [inline, protected] |
| void vtkFetchMIServerCollection::AddItem | ( | vtkFetchMIServer * | s | ) | [inline] |
Referenced by vtkFetchMILogic::AddNewServer(), and AddServerByName().
| void vtkFetchMIServerCollection::AddServerByName | ( | vtkFetchMIServer * | s, | |
| const char * | name | |||
| ) |
References AddItem().
| void vtkFetchMIServerCollection::DeleteServerByName | ( | const char * | name | ) |
| vtkFetchMIServer * vtkFetchMIServerCollection::FindServerByName | ( | const char * | name | ) |
Referenced by vtkFetchMILogic::GetServiceTypeForServer().
| vtkFetchMIServer* vtkFetchMIServerCollection::GetNextItem | ( | ) | [inline] |
| vtkFetchMIServer* vtkFetchMIServerCollection::GetNextServer | ( | vtkCollectionSimpleIterator & | cookie | ) | [inline] |
| vtkFetchMIServer* vtkFetchMIServerCollection::GetNextServer | ( | ) | [inline] |
References WebServiceTypesAndParameters.
References WebServiceTypesAndParameters.
Referenced by vtkFetchMILogic::CheckConnectionAndServer(), vtkFetchMILogic::DeleteResourceFromServer(), vtkFetchMILogic::DeleteSceneFromServer(), vtkFetchMILogic::QueryServerForResources(), vtkFetchMILogic::QueryServerForTags(), vtkFetchMILogic::QueryServerForTagValues(), vtkFetchMILogic::RequestResourceDownload(), and vtkFetchMILogic::UpdateMRMLQueryTags().
| static vtkFetchMIServerCollection* vtkFetchMIServerCollection::New | ( | ) | [static] |
| void vtkFetchMIServerCollection::operator= | ( | const vtkFetchMIServerCollection & | ) | [protected] |
| void vtkFetchMIServerCollection::PrintSelf | ( | ostream & | os, | |
| vtkIndent | indent | |||
| ) |
| vtkFetchMIServerCollection::vtkTypeRevisionMacro | ( | vtkFetchMIServerCollection | , | |
| vtkCollection | ||||
| ) |
| std::map<std::string, std::vector<int> > vtkFetchMIServerCollection::WebServiceTypesAndParameters |
Referenced by InferrableURI(), IsKnownServiceType(), vtkFetchMIServerCollection(), and ~vtkFetchMIServerCollection().
1.6.1