The VTK user's guide: updated for VTK version 5; [install, use and extend the visualization toolkit]
Gespeichert in:
Format: | Buch |
---|---|
Sprache: | English |
Veröffentlicht: |
[New York]
Kitware
2006
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XII, 370 S. Ill., graph. Darst. 1 CD-ROM (12 cm) |
ISBN: | 1930934181 9781930934184 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV022226734 | ||
003 | DE-604 | ||
005 | 20090318 | ||
007 | t | ||
008 | 070116s2006 ad|| |||| 00||| eng d | ||
020 | |a 1930934181 |9 1-930934-18-1 | ||
020 | |a 9781930934184 |9 978-1-930934-18-4 | ||
035 | |a (OCoLC)255922893 | ||
035 | |a (DE-599)BVBBV022226734 | ||
040 | |a DE-604 |b ger |e rakwb | ||
041 | 0 | |a eng | |
049 | |a DE-355 |a DE-91G |a DE-29T |a DE-83 | ||
084 | |a ST 300 |0 (DE-625)143650: |2 rvk | ||
084 | |a ST 320 |0 (DE-625)143657: |2 rvk | ||
084 | |a DAT 308f |2 stub | ||
245 | 1 | 0 | |a The VTK user's guide |b updated for VTK version 5; [install, use and extend the visualization toolkit] |
264 | 1 | |a [New York] |b Kitware |c 2006 | |
300 | |a XII, 370 S. |b Ill., graph. Darst. |e 1 CD-ROM (12 cm) | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 4 | |a Dreidimensionale Computergraphik - Visualisierung | |
650 | 0 | 7 | |a Bildverarbeitung |0 (DE-588)4006684-8 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Visualisierung |0 (DE-588)4188417-6 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Computergrafik |0 (DE-588)4010450-3 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Programm |0 (DE-588)4047394-6 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Computergrafik |0 (DE-588)4010450-3 |D s |
689 | 0 | 1 | |a Visualisierung |0 (DE-588)4188417-6 |D s |
689 | 0 | 2 | |a Bildverarbeitung |0 (DE-588)4006684-8 |D s |
689 | 0 | 3 | |a Programm |0 (DE-588)4047394-6 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |m Digitalisierung UB Regensburg |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015437874&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-015437874 |
Datensatz im Suchindex
_version_ | 1804136212671234048 |
---|---|
adam_text | Contents
Part I An Introduction to VTK
Chapter
1.1
1.2
1.3
Obtaining The Software
Directory Structure
Documentation
Data
1.4
Chapter
2.1
2.2
2.3
Binary Installation
Source Code Installation
2.4
Source Code Installation
CMake
Compiling the Source Code
Building VTK On Multiple Platforms
Installing VTK
Chapter
3.1
Low-Level Object Model
The Graphics Model
The Visualization Model
3.2
User Methods, Observers, and Commands
Tel
C++..................................................27
Java
Python
Visual Basic
3.3
Part II
Learn VTK By Example
Chapter
4.1
Procedural Source Object
Reader Source Object
4.2
vtkRenderWindowInteractor
Interactor Styles
4.3
4.4
Instantiating The Camera
Simple Manipulation Methods
Controlling The View Direction
Perspective Versus Orthogonal Views
Saving/Restoring Camera State
4.5
Positional Lights
4.6
Specifying the Position of a vtkProp3D
Actors
Level-Of-Detail Actors
Assemblies
Volumes
vtkLODProp3D
4.7
4.8
vtkAssemblyPath
Example
4.9
4.10
4.11
2D Annotation
3D
4.12
Scalar Bar
X-Y Plots
Bounding Box Axes (vtkCubeAxesActor2D)
Labeling Data
4.13
Advanced Transformation
3D
Chapter
5.1
Working With Data Attributes
Color Mapping
Contouring
Glyphing
Streamlines
vii
Stream Surfaces
Cutting
Merging Data
Appending Data
Probing
Color An
Extract Subset of Cells
Extract Cells as Polygonal Data
5.2
Manually Create vtkPolyData
Generate Surface Normals
Decimation
Smooth Mesh
Clip Data
Generate Texture Coordinates
5.3
Manually Create vtkStructuredGrid
Extract Computational Plane
Subsampling
5.4
Manually Create vtkRectilinearGrid
Extract Computational Plane
5.5
Manually Create vtkUnstructuredGrid
Extract Portions of the Mesh
Contour Unstructured Grids
Chapter
6.1
6.2
6.3
6.4
6.5
Image Viewer
Image Actor
6.6
ImageCanvasSource2D
ImageEllipsoidSource
ImageGaussianSource
ImageGridSource
ImageNoiseSource
ImageSinusoidSource
6.7
Convert Scalar Type
Change Spacing, Origin, or Extent
Append Images
Map Image to Color
Image Luminance
Histogram
Image Logic
Gradient
viii
Gaussian Smoothing
Image Flip
Image Permute
Image Mathematics
Image Reslice
Chapter
7.1
7.2
7.3
7.4
7.5
7.6
7.7
7.8
7.9
7.10
7.11
7.12
7.13
7.14
7.15
7.16
7.17 3D
7.18
7.19
7.20
7.21
7.22
7.23
Chapter
8.1
Creating An Implicit Model
Sampling Implicit Functions
8.2
8.3
Delaunay
Gaussian Splatting
Surfaces from Unorganized Points
Chapter
9.1
Polygonal Data Readers
Image and Volume Readers
Structured Grid Readers
Rectilinear Grid Readers
Unstructured Data Readers
Data Set Readers
Hierarchical Data Readers
Parallel Data Readers
9.2
Polygonal Data Writers
Image and Volume Writers
Structured Grid Writers
Rectilinear Grid Writers
Unstructured Grid Writers
Data Set Writers
Parallel Data Writers
9.3
9.4
9.5
Saving Images
Saving Large (High-Resolution) Images
9.6
9.7
9.8
Part III
VTK Developer s Guide
Chapter
10.1
Conditions on Contributing Code To VTK
Coding Style
How To Contribute Code
10.2
10.3
10.4
10.5
10.6
Find A Similar Class
Identify A Superclass
Single Class Per .h File
Required Methods
Document Code
Use SetGet Macros
Add Class To VTK
10.7
Overview
How To Write A Factory
How To Install A Factory
Example Factory
10.8
CVS Source Code Repository
DART Regression Testing System
Working The Process
The Effectiveness of the Process
Chapter
11.1
11.2
11.3
11.4
11.5
vtkDemandDrivenPipeline
vtkStreamingDemandDrivenPipeline
Chapter
12.1
Methods
12.2
12.3
Methods
Examples
12.4
Methods
Example
12.5
Description
Methods
12.6
Methods
Example
12.7
Methods
12.8
Methods
12.9
Access Methods
12.10
12.11
vtkPoints
vtkCellArray
vtkCellTypes
vtkCellLinks
12.12
vtkFieldData Methods
vtkDataSetAttributes Methods
Chapter
13.1
The Pipeline Interface
The User Interface
Fulfilling Pipeline Requests
13.2
Never Modify Input Data
Reference Count Data
Use Debug Macros
Reclaim/Delete Allocated Memory
Compute Modified Time
Use ProgressEvent and AbortExecute
Implement PrintSelfO Methods
Get Input/Output Data From Pipeline Information
13.3
A Graphics Filter
A Simple Imaging Filter
A Threaded Imaging Filter
A Simple Reader
A Streaming Filter
An Abstract Filter
Programmable Filters
Chapter
14.1
14.2
14.3
14.4
14.5
14.6
Chapter
15.1
Foundation
Cells
Datasets
Topology and Attribute Data
Pipeline
Sources and Filters
Mappers
Graphics
Volume Rendering
Imaging
OpenGL Renderer
Picking
Transformation Hierarchy
15.2
Source Objects
Imaging Filters
Visualization Filters
Mapper Objects
Actor (Prop) Objects
15.3
Simple Legacy Formats
XML File Formats
Chapter
16.1
16.2
16.3
16.4
16.5
16.6
16.7 Kitware
|
adam_txt |
Contents
Part I An Introduction to VTK
Chapter
1.1
1.2
1.3
Obtaining The Software
Directory Structure
Documentation
Data
1.4
Chapter
2.1
2.2
2.3
Binary Installation
Source Code Installation
2.4
Source Code Installation
CMake
Compiling the Source Code
Building VTK On Multiple Platforms
Installing VTK
Chapter
3.1
Low-Level Object Model
The Graphics Model
The Visualization Model
3.2
User Methods, Observers, and Commands
Tel
C++.27
Java
Python
Visual Basic
3.3
Part II
Learn VTK By Example
Chapter
4.1
Procedural Source Object
Reader Source Object
4.2
vtkRenderWindowInteractor
Interactor Styles
4.3
4.4
Instantiating The Camera
Simple Manipulation Methods
Controlling The View Direction
Perspective Versus Orthogonal Views
Saving/Restoring Camera State
4.5
Positional Lights
4.6
Specifying the Position of a vtkProp3D
Actors
Level-Of-Detail Actors
Assemblies
Volumes
vtkLODProp3D
4.7
4.8
vtkAssemblyPath
Example
4.9
4.10
4.11
2D Annotation
3D
4.12
Scalar Bar
X-Y Plots
Bounding Box Axes (vtkCubeAxesActor2D)
Labeling Data
4.13
Advanced Transformation
3D
Chapter
5.1
Working With Data Attributes
Color Mapping
Contouring
Glyphing
Streamlines
vii
Stream Surfaces
Cutting
Merging Data
Appending Data
Probing
Color An
Extract Subset of Cells
Extract Cells as Polygonal Data
5.2
Manually Create vtkPolyData
Generate Surface Normals
Decimation
Smooth Mesh
Clip Data
Generate Texture Coordinates
5.3
Manually Create vtkStructuredGrid
Extract Computational Plane
Subsampling
5.4
Manually Create vtkRectilinearGrid
Extract Computational Plane
5.5
Manually Create vtkUnstructuredGrid
Extract Portions of the Mesh
Contour Unstructured Grids
Chapter
6.1
6.2
6.3
6.4
6.5
Image Viewer
Image Actor
6.6
ImageCanvasSource2D
ImageEllipsoidSource
ImageGaussianSource
ImageGridSource
ImageNoiseSource
ImageSinusoidSource
6.7
Convert Scalar Type
Change Spacing, Origin, or Extent
Append Images
Map Image to Color
Image Luminance
Histogram
Image Logic
Gradient
viii
Gaussian Smoothing
Image Flip
Image Permute
Image Mathematics
Image Reslice
Chapter
7.1
7.2
7.3
7.4
7.5
7.6
7.7
7.8
7.9
7.10
7.11
7.12
7.13
7.14
7.15
7.16
7.17 3D
7.18
7.19
7.20
7.21
7.22
7.23
Chapter
8.1
Creating An Implicit Model
Sampling Implicit Functions
8.2
8.3
Delaunay
Gaussian Splatting
Surfaces from Unorganized Points
Chapter
9.1
Polygonal Data Readers
Image and Volume Readers
Structured Grid Readers
Rectilinear Grid Readers
Unstructured Data Readers
Data Set Readers
Hierarchical Data Readers
Parallel Data Readers
9.2
Polygonal Data Writers
Image and Volume Writers
Structured Grid Writers
Rectilinear Grid Writers
Unstructured Grid Writers
Data Set Writers
Parallel Data Writers
9.3
9.4
9.5
Saving Images
Saving Large (High-Resolution) Images
9.6
9.7
9.8
Part III
VTK Developer's Guide
Chapter
10.1
Conditions on Contributing Code To VTK
Coding Style
How To Contribute Code
10.2
10.3
10.4
10.5
10.6
Find A Similar Class
Identify A Superclass
Single Class Per .h File
Required Methods
Document Code
Use SetGet Macros
Add Class To VTK
10.7
Overview
How To Write A Factory
How To Install A Factory
Example Factory
10.8
CVS Source Code Repository
DART Regression Testing System
Working The Process
The Effectiveness of the Process
Chapter
11.1
11.2
11.3
11.4
11.5
vtkDemandDrivenPipeline
vtkStreamingDemandDrivenPipeline
Chapter
12.1
Methods
12.2
12.3
Methods
Examples
12.4
Methods
Example
12.5
Description
Methods
12.6
Methods
Example
12.7
Methods
12.8
Methods
12.9
Access Methods
12.10
12.11
vtkPoints
vtkCellArray
vtkCellTypes
vtkCellLinks
12.12
vtkFieldData Methods
vtkDataSetAttributes Methods
Chapter
13.1
The Pipeline Interface
The User Interface
Fulfilling Pipeline Requests
13.2
Never Modify Input Data
Reference Count Data
Use Debug Macros
Reclaim/Delete Allocated Memory
Compute Modified Time
Use ProgressEvent and AbortExecute
Implement PrintSelfO Methods
Get Input/Output Data From Pipeline Information
13.3
A Graphics Filter
A Simple Imaging Filter
A Threaded Imaging Filter
A Simple Reader
A Streaming Filter
An Abstract Filter
Programmable Filters
Chapter
14.1
14.2
14.3
14.4
14.5
14.6
Chapter
15.1
Foundation
Cells
Datasets
Topology and Attribute Data
Pipeline
Sources and Filters
Mappers
Graphics
Volume Rendering
Imaging
OpenGL Renderer
Picking
Transformation Hierarchy
15.2
Source Objects
Imaging Filters
Visualization Filters
Mapper Objects
Actor (Prop) Objects
15.3
Simple Legacy Formats
XML File Formats
Chapter
16.1
16.2
16.3
16.4
16.5
16.6
16.7 Kitware |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
building | Verbundindex |
bvnumber | BV022226734 |
classification_rvk | ST 300 ST 320 |
classification_tum | DAT 308f |
ctrlnum | (OCoLC)255922893 (DE-599)BVBBV022226734 |
discipline | Informatik |
discipline_str_mv | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01733nam a2200421 c 4500</leader><controlfield tag="001">BV022226734</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20090318 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">070116s2006 ad|| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1930934181</subfield><subfield code="9">1-930934-18-1</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781930934184</subfield><subfield code="9">978-1-930934-18-4</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)255922893</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV022226734</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakwb</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-355</subfield><subfield code="a">DE-91G</subfield><subfield code="a">DE-29T</subfield><subfield code="a">DE-83</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 300</subfield><subfield code="0">(DE-625)143650:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 320</subfield><subfield code="0">(DE-625)143657:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">DAT 308f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">The VTK user's guide</subfield><subfield code="b">updated for VTK version 5; [install, use and extend the visualization toolkit]</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">[New York]</subfield><subfield code="b">Kitware</subfield><subfield code="c">2006</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XII, 370 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield><subfield code="e">1 CD-ROM (12 cm)</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Dreidimensionale Computergraphik - Visualisierung</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Bildverarbeitung</subfield><subfield code="0">(DE-588)4006684-8</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Visualisierung</subfield><subfield code="0">(DE-588)4188417-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Computergrafik</subfield><subfield code="0">(DE-588)4010450-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Programm</subfield><subfield code="0">(DE-588)4047394-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Computergrafik</subfield><subfield code="0">(DE-588)4010450-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Visualisierung</subfield><subfield code="0">(DE-588)4188417-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">Bildverarbeitung</subfield><subfield code="0">(DE-588)4006684-8</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="3"><subfield code="a">Programm</subfield><subfield code="0">(DE-588)4047394-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Regensburg</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015437874&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-015437874</subfield></datafield></record></collection> |
id | DE-604.BV022226734 |
illustrated | Illustrated |
index_date | 2024-07-02T16:31:12Z |
indexdate | 2024-07-09T20:52:49Z |
institution | BVB |
isbn | 1930934181 9781930934184 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-015437874 |
oclc_num | 255922893 |
open_access_boolean | |
owner | DE-355 DE-BY-UBR DE-91G DE-BY-TUM DE-29T DE-83 |
owner_facet | DE-355 DE-BY-UBR DE-91G DE-BY-TUM DE-29T DE-83 |
physical | XII, 370 S. Ill., graph. Darst. 1 CD-ROM (12 cm) |
publishDate | 2006 |
publishDateSearch | 2006 |
publishDateSort | 2006 |
publisher | Kitware |
record_format | marc |
spelling | The VTK user's guide updated for VTK version 5; [install, use and extend the visualization toolkit] [New York] Kitware 2006 XII, 370 S. Ill., graph. Darst. 1 CD-ROM (12 cm) txt rdacontent n rdamedia nc rdacarrier Dreidimensionale Computergraphik - Visualisierung Bildverarbeitung (DE-588)4006684-8 gnd rswk-swf Visualisierung (DE-588)4188417-6 gnd rswk-swf Computergrafik (DE-588)4010450-3 gnd rswk-swf Programm (DE-588)4047394-6 gnd rswk-swf Computergrafik (DE-588)4010450-3 s Visualisierung (DE-588)4188417-6 s Bildverarbeitung (DE-588)4006684-8 s Programm (DE-588)4047394-6 s DE-604 Digitalisierung UB Regensburg application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015437874&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | The VTK user's guide updated for VTK version 5; [install, use and extend the visualization toolkit] Dreidimensionale Computergraphik - Visualisierung Bildverarbeitung (DE-588)4006684-8 gnd Visualisierung (DE-588)4188417-6 gnd Computergrafik (DE-588)4010450-3 gnd Programm (DE-588)4047394-6 gnd |
subject_GND | (DE-588)4006684-8 (DE-588)4188417-6 (DE-588)4010450-3 (DE-588)4047394-6 |
title | The VTK user's guide updated for VTK version 5; [install, use and extend the visualization toolkit] |
title_auth | The VTK user's guide updated for VTK version 5; [install, use and extend the visualization toolkit] |
title_exact_search | The VTK user's guide updated for VTK version 5; [install, use and extend the visualization toolkit] |
title_exact_search_txtP | The VTK user's guide updated for VTK version 5; [install, use and extend the visualization toolkit] |
title_full | The VTK user's guide updated for VTK version 5; [install, use and extend the visualization toolkit] |
title_fullStr | The VTK user's guide updated for VTK version 5; [install, use and extend the visualization toolkit] |
title_full_unstemmed | The VTK user's guide updated for VTK version 5; [install, use and extend the visualization toolkit] |
title_short | The VTK user's guide |
title_sort | the vtk user s guide updated for vtk version 5 install use and extend the visualization toolkit |
title_sub | updated for VTK version 5; [install, use and extend the visualization toolkit] |
topic | Dreidimensionale Computergraphik - Visualisierung Bildverarbeitung (DE-588)4006684-8 gnd Visualisierung (DE-588)4188417-6 gnd Computergrafik (DE-588)4010450-3 gnd Programm (DE-588)4047394-6 gnd |
topic_facet | Dreidimensionale Computergraphik - Visualisierung Bildverarbeitung Visualisierung Computergrafik Programm |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=015437874&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |