Slicer  4.8
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
vtkXNATPermissionPrompter.h
Go to the documentation of this file.
1 #ifndef __vtkXNATPermissionPrompter_h
2 #define __vtkXNATPermissionPrompter_h
3 
4 #include "vtkObject.h"
5 #include "vtkObjectFactory.h"
6 #include "vtkMRML.h"
8 
9 class VTK_MRML_EXPORT vtkXNATPermissionPrompter : public vtkPermissionPrompter
10 {
11 public:
15  void PrintSelf(ostream& os, vtkIndent indent);
16 
19  vtkGetStringMacro ( Host );
20  vtkSetStringMacro ( Host );
21 
22  private:
23  char *Host;
24 
25  protected:
27  virtual ~vtkXNATPermissionPrompter();
30 
31 };
32 
33 #endif
void operator=(const vtkPermissionPrompter &)
static vtkPermissionPrompter * New()
The Usual vtk class functions.
void PrintSelf(ostream &os, vtkIndent indent) VTK_OVERRIDE