2 "src" // bbtk::packages::wxvtk::src::src
6 //class diagram settings
7 draw_all_relations default hide_attributes default hide_operations default show_members_full_definition default show_members_visibility default show_members_stereotype default show_members_multiplicity default show_members_initialization default show_attribute_modifiers default member_max_width 0 show_parameter_dir default show_parameter_name default package_name_in_tab default class_drawing_mode default drawing_language default show_context_mode default auto_label_position default show_relation_modifiers default show_infonote default shadow default show_stereotype_properties default
8 //use case diagram settings
9 package_name_in_tab default show_context default auto_label_position default draw_all_relations default class_drawing_mode default shadow default show_stereotype_properties default
10 //sequence diagram settings
11 show_full_operations_definition default write_horizontally default class_drawing_mode default drawing_language default draw_all_relations default shadow default show_stereotype_properties default
12 //collaboration diagram settings
13 show_full_operations_definition default show_hierarchical_rank default write_horizontally default drawing_language default package_name_in_tab default show_context default draw_all_relations default shadow default show_stereotype_properties default
14 //object diagram settings
15 write_horizontally default package_name_in_tab default show_context default auto_label_position default draw_all_relations default shadow default show_stereotype_properties default
16 //component diagram settings
17 package_name_in_tab default show_context default auto_label_position default draw_all_relations default shadow default
18 draw_component_as_icon default show_component_req_prov default show_component_rea default show_stereotype_properties default
19 //deployment diagram settings
20 package_name_in_tab default show_context default write_horizontally default auto_label_position default draw_all_relations default shadow default
21 draw_component_as_icon default show_component_req_prov default show_component_rea default show_stereotype_properties default
22 //state diagram settings
23 package_name_in_tab default show_context default auto_label_position default write_trans_label_horizontally default show_trans_definition default draw_all_relations default shadow default
24 show_activities default region_horizontally default drawing_language default show_stereotype_properties default
25 //activity diagram settings
26 package_name_in_tab default show_context default show_opaque_action_definition default auto_label_position default write_flow_label_horizontally default draw_all_relations default shadow default
27 show_infonote default drawing_language default show_stereotype_properties default
29 classview 129538 "src"
30 //class diagram settings
31 draw_all_relations default hide_attributes default hide_operations default show_members_full_definition default show_members_visibility default show_members_stereotype default show_members_multiplicity default show_members_initialization default show_attribute_modifiers default member_max_width 0 show_parameter_dir default show_parameter_name default package_name_in_tab default class_drawing_mode default drawing_language default show_context_mode default auto_label_position default show_relation_modifiers default show_infonote default shadow default show_stereotype_properties default
32 //collaboration diagram settings
33 show_full_operations_definition default show_hierarchical_rank default write_horizontally default drawing_language default package_name_in_tab default show_context default draw_all_relations default shadow default show_stereotype_properties default
34 //object diagram settings
35 write_horizontally default package_name_in_tab default show_context default auto_label_position default draw_all_relations default shadow default show_stereotype_properties default
36 //sequence diagram settings
37 show_full_operations_definition default write_horizontally default class_drawing_mode default drawing_language default draw_all_relations default shadow default show_stereotype_properties default
38 //state diagram settings
39 package_name_in_tab default show_context default auto_label_position default write_trans_label_horizontally default show_trans_definition default draw_all_relations default shadow default
40 show_activities default region_horizontally default drawing_language default show_stereotype_properties default
42 //activity diagram settings
43 package_name_in_tab default show_context default show_opaque_action_definition default auto_label_position default write_flow_label_horizontally default draw_all_relations default shadow default
44 show_infonote default drawing_language default show_stereotype_properties default
45 class 152450 "wxvtkImageViewer2"
47 cpp_decl "${comment}${template}class ${name}${inherit} {
53 python_2_2 python_decl ""
55 explicit_switch_type ""
57 classrelation 141186 // <generalisation>
61 classrelation_ref 141186 // <generalisation>
62 b parent class_ref 152578 // typedef36
65 operation 196994 "New"
66 class_operation public return_type class_ref 152450 // wxvtkImageViewer2
68 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} * ${name}${(}${)}${const}${volatile}${throw}${abstract};
70 cpp_def "${comment}${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${throw}${staticnl}{
77 comment "VTK_RENDERING_EXPORT"
80 operation 197122 "PrintSelf"
81 public explicit_return_type "void"
83 param inout name "os" explicit_type "ostream"
84 param in name "indent" explicit_type "vtkIndent"
85 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${t0} & ${p0}${v0}, ${t1} ${p1}${v1}${)}${const}${volatile}${throw}${abstract};
87 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${t0} & ${p0}, ${t1} ${p1}${)}${const}${volatile}${throw}${staticnl}{
96 operation 197250 "GetWindowName"
97 cpp_virtual public explicit_return_type "char"
99 cpp_decl " ${comment}${friend}${static}${inline}${virtual}const ${type} * ${name}${(}${)}${const}${volatile}${throw}${abstract};
101 cpp_def "${comment}${inline}const ${type} * ${class}::${name}${(}${)}${const}${volatile}${throw}${staticnl}{
108 comment " Description:
109 Get the name of rendering window."
112 operation 197378 "Render"
113 cpp_virtual public explicit_return_type "void"
115 param in name "" explicit_type "void"
116 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${t0} ${p0}${v0}${)}${const}${volatile}${throw}${abstract};
118 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${throw}${staticnl}{
125 comment " Description:
126 Render the resulting image."
129 operation 197506 "SetInput"
130 cpp_virtual public explicit_return_type "void"
132 param inout name "in" explicit_type "vtkImageData"
133 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${t0} * ${p0}${v0}${)}${const}${volatile}${throw}${abstract};
135 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${throw}${staticnl}{
142 comment " Description:
143 Set/Get the input image to the viewer."
146 operation 197634 "GetInput"
147 cpp_virtual public explicit_return_type "vtkImageData"
149 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} * ${name}${(}${)}${const}${volatile}${throw}${abstract};
151 cpp_def "${comment}${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${throw}${staticnl}{
160 operation 197762 "SetInputConnection"
161 cpp_virtual public explicit_return_type "void"
163 param inout name "input" explicit_type "vtkAlgorithmOutput"
164 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${t0} * ${p0}${v0}${)}${const}${volatile}${throw}${abstract};
166 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${throw}${staticnl}{
175 class 152706 "anonymous2"
176 visibility package stereotype "enum"
177 cpp_decl "${comment}enum {
183 python_2_2 python_decl ""
185 explicit_switch_type ""
187 attribute 152194 "SLICE_ORIENTATION_YZ"
188 public type class_ref 152706 // anonymous2
190 cpp_decl " ${name}${value},${comment}"
197 attribute 152322 "SLICE_ORIENTATION_XZ"
198 public type class_ref 152706 // anonymous2
200 cpp_decl " ${name}${value},${comment}"
207 attribute 152450 "SLICE_ORIENTATION_XY"
208 public type class_ref 152706 // anonymous2
211 cpp_decl " ${name}${value},${comment}"
219 operation 197890 "SetSliceOrientation"
220 cpp_virtual public explicit_return_type "void"
222 param in name "orientation" explicit_type "int"
223 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${t0} ${p0}${v0}${)}${const}${volatile}${throw}${abstract};
225 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${throw}${staticnl}{
234 operation 198018 "SetSliceOrientationToXY"
235 cpp_virtual cpp_inline public explicit_return_type "void"
237 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${)}${const}${volatile}${throw}${abstract} { this->SetSliceOrientation(wxvtkImageViewer2::SLICE_ORIENTATION_XY); };
245 operation 198146 "SetSliceOrientationToYZ"
246 cpp_virtual cpp_inline public explicit_return_type "void"
248 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${)}${const}${volatile}${throw}${abstract} { this->SetSliceOrientation(wxvtkImageViewer2::SLICE_ORIENTATION_YZ); };
256 operation 198274 "SetSliceOrientationToXZ"
257 cpp_virtual cpp_inline public explicit_return_type "void"
259 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${)}${const}${volatile}${throw}${abstract} { this->SetSliceOrientation(wxvtkImageViewer2::SLICE_ORIENTATION_XZ); };
267 operation 198402 "SetSlice"
268 cpp_virtual public explicit_return_type "void"
270 param in name "s" explicit_type "int"
271 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${t0} ${p0}${v0}${)}${const}${volatile}${throw}${abstract};
273 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${throw}${staticnl}{
282 operation 198530 "UpdateDisplayExtent"
283 cpp_virtual public explicit_return_type "void"
285 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${)}${const}${volatile}${throw}${abstract};
287 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${throw}${staticnl}{
294 comment " Description:
295 Update the display extent manually so that the proper slice for the
296 given orientation is displayed. It will also try to set a
297 reasonable camera clipping range.
298 This method is called automatically when the Input is changed, but
299 most of the time the input of this class is likely to remain the same,
300 i.e. connected to the output of a filter, or an image reader. When the
301 input of this filter or reader itself is changed, an error message might
302 be displayed since the current display extent is probably outside
303 the new whole extent. Calling this method will ensure that the display
304 extent is reset properly."
307 operation 198658 "GetSliceMin"
308 cpp_virtual public explicit_return_type "int"
310 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${)}${const}${volatile}${throw}${abstract};
312 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${throw}${staticnl}{
319 comment " Description:
320 Return the minimum and maximum slice values (depending on the orientation
321 this can be in X, Y or Z)."
324 operation 198786 "GetSliceMax"
325 cpp_virtual public explicit_return_type "int"
327 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${)}${const}${volatile}${throw}${abstract};
329 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${throw}${staticnl}{
338 operation 198914 "GetSliceRange"
339 cpp_virtual cpp_inline public explicit_return_type "void"
341 param in name "range" explicit_type "int"
342 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${t0} ${p0}[2]${v0}${)}${const}${volatile}${throw}${abstract} { this->GetSliceRange(range[0], range[1]); };
350 operation 199042 "GetSliceRange"
351 cpp_virtual public explicit_return_type "void"
353 param inout name "min" explicit_type "int"
354 param inout name "max" explicit_type "int"
355 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${t0} & ${p0}${v0}, ${t1} & ${p1}${v1}${)}${const}${volatile}${throw}${abstract};
357 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${t0} & ${p0}, ${t1} & ${p1}${)}${const}${volatile}${throw}${staticnl}{
366 operation 199170 "GetSliceRange"
367 cpp_virtual public explicit_return_type "int"
369 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} * ${name}${(}${)}${const}${volatile}${throw}${abstract};
371 cpp_def "${comment}${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${throw}${staticnl}{
380 operation 199298 "GetColorWindow"
381 cpp_virtual public explicit_return_type "double"
383 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${)}${const}${volatile}${throw}${abstract};
385 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${throw}${staticnl}{
392 comment " Description:
393 Set window and level for mapping pixels to colors."
396 operation 199426 "GetColorLevel"
397 cpp_virtual public explicit_return_type "double"
399 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${)}${const}${volatile}${throw}${abstract};
401 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${throw}${staticnl}{
410 operation 199554 "SetColorWindow"
411 cpp_virtual public explicit_return_type "void"
413 param in name "s" explicit_type "double"
414 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${t0} ${p0}${v0}${)}${const}${volatile}${throw}${abstract};
416 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${throw}${staticnl}{
425 operation 199682 "SetColorLevel"
426 cpp_virtual public explicit_return_type "void"
428 param in name "s" explicit_type "double"
429 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${t0} ${p0}${v0}${)}${const}${volatile}${throw}${abstract};
431 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${throw}${staticnl}{
440 operation 199810 "SetDisplayId"
441 cpp_virtual public explicit_return_type "void"
443 param inout name "a" explicit_type "void"
444 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${t0} * ${p0}${v0}${)}${const}${volatile}${throw}${abstract};
446 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${throw}${staticnl}{
453 comment " Description:
454 These are here when using a Tk window."
457 operation 199938 "SetWindowId"
458 cpp_virtual public explicit_return_type "void"
460 param inout name "a" explicit_type "void"
461 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${t0} * ${p0}${v0}${)}${const}${volatile}${throw}${abstract};
463 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${throw}${staticnl}{
472 operation 200066 "SetParentId"
473 cpp_virtual public explicit_return_type "void"
475 param inout name "a" explicit_type "void"
476 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${t0} * ${p0}${v0}${)}${const}${volatile}${throw}${abstract};
478 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${throw}${staticnl}{
487 operation 200194 "GetPosition"
488 cpp_virtual public explicit_return_type "int"
490 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} * ${name}${(}${)}${const}${volatile}${throw}${abstract};
492 cpp_def "${comment}${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${throw}${staticnl}{
499 comment " Description:
500 Set/Get the position in screen coordinates of the rendering window."
503 operation 200322 "SetPosition"
504 cpp_virtual public explicit_return_type "void"
506 param in name "a" explicit_type "int"
507 param in name "b" explicit_type "int"
508 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${t0} ${p0}${v0}, ${t1} ${p1}${v1}${)}${const}${volatile}${throw}${abstract};
510 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${throw}${staticnl}{
519 operation 200450 "SetPosition"
520 cpp_virtual cpp_inline public explicit_return_type "void"
522 param in name "a" explicit_type "int"
523 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${t0} ${p0}[2]${v0}${)}${const}${volatile}${throw}${abstract} { this->SetPosition(a[0],a[1]); };
531 operation 200578 "GetSize"
532 cpp_virtual public explicit_return_type "int"
534 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} * ${name}${(}${)}${const}${volatile}${throw}${abstract};
536 cpp_def "${comment}${inline}${type} * ${class}::${name}${(}${)}${const}${volatile}${throw}${staticnl}{
543 comment " Description:
544 Set/Get the size of the window in screen coordinates in pixels."
547 operation 200706 "SetSize"
548 cpp_virtual public explicit_return_type "void"
550 param in name "a" explicit_type "int"
551 param in name "b" explicit_type "int"
552 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${t0} ${p0}${v0}, ${t1} ${p1}${v1}${)}${const}${volatile}${throw}${abstract};
554 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${t0} ${p0}, ${t1} ${p1}${)}${const}${volatile}${throw}${staticnl}{
563 operation 200834 "SetSize"
564 cpp_virtual cpp_inline public explicit_return_type "void"
566 param in name "a" explicit_type "int"
567 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${t0} ${p0}[2]${v0}${)}${const}${volatile}${throw}${abstract} { this->SetSize(a[0],a[1]); };
575 operation 200962 "SetRenderWindow"
576 cpp_virtual public explicit_return_type "void"
578 param inout name "arg" explicit_type "vtkRenderWindow"
579 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${t0} * ${p0}${v0}${)}${const}${volatile}${throw}${abstract};
581 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${throw}${staticnl}{
588 comment " Description:
589 Set your own renderwindow and renderer"
592 operation 201090 "SetRenderer"
593 cpp_virtual public explicit_return_type "void"
595 param inout name "arg" explicit_type "vtkRenderer"
596 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${t0} * ${p0}${v0}${)}${const}${volatile}${throw}${abstract};
598 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${throw}${staticnl}{
607 operation 201218 "SetupInteractor"
608 cpp_virtual public explicit_return_type "void"
610 param inout name "" explicit_type "vtkRenderWindowInteractor"
611 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${t0} * ${p0}${v0}${)}${const}${volatile}${throw}${abstract};
613 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${t0} * ${p0}${)}${const}${volatile}${throw}${staticnl}{
620 comment " Description:
621 Attach an interactor for the internal render window."
624 operation 201346 "SetOffScreenRendering"
625 cpp_virtual public explicit_return_type "void"
627 param in name "" explicit_type "int"
628 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${t0} ${p0}${v0}${)}${const}${volatile}${throw}${abstract};
630 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${t0} ${p0}${)}${const}${volatile}${throw}${staticnl}{
637 comment " Description:
638 Create a window in memory instead of on the screen. This may not
639 be supported for every type of window and on some windows you may
640 need to invoke this prior to the first render."
643 operation 201474 "GetOffScreenRendering"
644 cpp_virtual public explicit_return_type "int"
646 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${)}${const}${volatile}${throw}${abstract};
648 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${throw}${staticnl}{
657 operation 201602 "wxvtkImageViewer2"
658 protected explicit_return_type ""
660 cpp_decl " ${comment}${inline}${name}${(}${)}${volatile}${throw};
662 cpp_def "${comment}${inline}${class}::${name}${(}${)}${throw}{
671 operation 201730 "~wxvtkImageViewer2"
672 protected explicit_return_type ""
674 cpp_decl " ${comment}${inline}${virtual}${name}${(}${)}${volatile}${throw};
676 cpp_def "${comment}${inline}${class}::${name}${(}${)}${throw}{
685 operation 201858 "InstallPipeline"
686 cpp_virtual protected explicit_return_type "void"
688 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${)}${const}${volatile}${throw}${abstract};
690 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${throw}${staticnl}{
699 operation 201986 "UnInstallPipeline"
700 cpp_virtual protected explicit_return_type "void"
702 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${)}${const}${volatile}${throw}${abstract};
704 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${throw}${staticnl}{
713 attribute 152578 "WindowLevel"
714 protected explicit_type "vtkImageMapToWindowLevelColors"
715 cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value};
723 attribute 152706 "RenderWindow"
724 protected explicit_type "vtkRenderWindow"
725 cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value};
733 attribute 152834 "Renderer"
734 protected explicit_type "vtkRenderer"
735 cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value};
743 attribute 152962 "ImageActor"
744 protected explicit_type "vtkImageActor"
745 cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value};
753 attribute 153090 "Interactor"
754 protected explicit_type "vtkRenderWindowInteractor"
755 cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value};
763 attribute 153218 "InteractorStyle"
764 protected explicit_type "vtkInteractorStyleImage"
765 cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} * ${name}${value};
773 attribute 153346 "SliceOrientation"
774 protected explicit_type "int"
775 cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value};
783 attribute 153474 "FirstRender"
784 protected explicit_type "int"
785 cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value};
793 attribute 153602 "Slice"
794 protected explicit_type "int"
795 cpp_decl " ${comment}${static}${mutable}${volatile}${const}${type} ${name}${value};
803 operation 202114 "UpdateOrientation"
804 cpp_virtual protected explicit_return_type "void"
806 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}${)}${const}${volatile}${throw}${abstract};
808 cpp_def "${comment}${inline}${type} ${class}::${name}${(}${)}${const}${volatile}${throw}${staticnl}{
817 operation 202242 "wxvtkImageViewer2"
818 private explicit_return_type ""
820 param in name "" type class_ref 152450 // wxvtkImageViewer2
821 cpp_decl " ${comment}${inline}${name}${(}const ${t0} & ${p0}${v0}${)}${volatile}${throw};
823 cpp_def "${comment}${inline}${class}::${name}${(}const ${t0} & ${p0}${)}${throw}{
832 operation 202370 "operator ="
833 private explicit_return_type "void"
835 param in name "" type class_ref 152450 // wxvtkImageViewer2
836 cpp_decl " ${comment}${friend}${static}${inline}${virtual}${type} ${name}${(}const ${t0} & ${p0}${v0}${)}${const}${volatile}${throw}${abstract};
838 cpp_def "${comment}${inline}${type} ${class}::${name}${(}const ${t0} & ${p0}${)}${const}${volatile}${throw}${staticnl}{
845 comment " Not implemented."
849 class 152578 "typedef36"
850 visibility package stereotype "typedef" explicit_base_type "vtkObject"
851 cpp_decl "${comment}typedef ${type} ${name};
855 python_2_2 python_decl ""
857 explicit_switch_type ""
862 deploymentview 129538 "src"
863 //deployment diagram settings
864 package_name_in_tab default show_context default write_horizontally default auto_label_position default draw_all_relations default shadow default
865 draw_component_as_icon default show_component_req_prov default show_component_rea default show_stereotype_properties default
866 artifact 136194 "wxvtkImageViewer2"
868 cpp_h "#ifndef ${NAMESPACE}_${NAME}_H
869 #define ${NAMESPACE}_${NAME}_H
885 class_ref 152578 // typedef36
886 class_ref 152450 // wxvtkImageViewer2