| 28 | | - 'exportToVRML' |
| 29 | | VRML files, |
| 30 | | - 'exportToX3d' |
| 31 | | X3D files, |
| 32 | | - 'exportToPOVRay' |
| 33 | | POV-Ray files, |
| 34 | | - 'exportToNiftii' |
| 35 | | NIfTI files |
| 36 | | - 'exportToVTKPolydata' |
| 37 | | vtk polydata files, |
| 38 | | - 'exportToNumpy' |
| 39 | | NumPy array files, |
| 40 | | - 'exportToVolume' |
| 41 | | vtk structured grid files, |
| 42 | | - 'exportScreenshot' |
| 43 | | PNG images, |
| 44 | | - 'exportThumbnail' |
| 45 | | PNG thumbnails. |
| | 28 | - 'exportToVRML': VRML files, |
| | 29 | - 'exportToX3d': X3D files, |
| | 30 | - 'exportToPOVRay': POV-Ray files, |
| | 31 | - 'exportToNiftii': NIfTI files |
| | 32 | - 'exportToVTKPolydata': vtk polydata files, |
| | 33 | - 'exportToNumpy': NumPy array files, |
| | 34 | - 'exportToVolume': vtk structured grid files, |
| | 35 | - 'exportScreenshot': PNG images, |
| | 36 | - 'exportThumbnail': PNG thumbnails. |
| 52 | | switches:: Nonempty coma-separated list of switches: |
| 53 | | - brainoutline |
| 54 | | match only structures containing the outline of hierarchy tree root structure; |
| 55 | | forces 'composite' switch, |
| 56 | | - composite |
| 57 | | only scene format descriptors ('exportToVRML', 'exportToX3d', 'exportToPOVRay', |
| 58 | | 'exportScreenshot', 'exportThumbnail') are allowed in the ''outputFormats'' list. |
| | 43 | switches:: Nonempty coma-separated list of switches. Allowed switches are: |
| | 44 | - 'brainoutline': |
| | 45 | match only structures containing the outline of hierarchy tree root structure; |
| | 46 | forces 'composite' switch, |
| | 47 | - 'composite': |
| | 48 | only scene format descriptors ('exportToVRML', 'exportToX3d', 'exportToPOVRay', |
| | 49 | 'exportScreenshot', 'exportThumbnail') are allowed in the ''outputFormats'' list. |