Home
last modified time | relevance | path

Searched refs:vtkType (Results 1 – 25 of 85) sorted by relevance

1234

/dports/math/vtk9/VTK-9.1.0/Common/Core/
H A DvtkTypedArray.h.in15 // .NAME vtkType@VTK_TYPE_NAME@Array - dynamic, self-adjusting array of vtkType@VTK_TYPE_NAME@
17 // vtkType@VTK_TYPE_NAME@Array is an array of values of type vtkType@VTK_TYPE_NAME@. It
26 #ifndef vtkType@VTK_TYPE_NAME@Array_h
27 #define vtkType@VTK_TYPE_NAME@Array_h macro
30 #include "vtkType.h" // For native type selections.
35 static vtkType@VTK_TYPE_NAME@Array* New();
36 vtkTypeMacro(vtkType@VTK_TYPE_NAME@Array,vtkTypeArrayBase);
47 vtkType@VTK_TYPE_NAME@Array();
48 ~vtkType@VTK_TYPE_NAME@Array() override;
51 vtkType@VTK_TYPE_NAME@Array(const vtkType@VTK_TYPE_NAME@Array&) = delete;
[all …]
H A DvtkTypedArray.cxx.in15 #include "vtkType@VTK_TYPE_NAME@Array.h"
20 vtkStandardNewMacro(vtkType@VTK_TYPE_NAME@Array);
23 vtkType@VTK_TYPE_NAME@Array::vtkType@VTK_TYPE_NAME@Array() = default;
26 vtkType@VTK_TYPE_NAME@Array::~vtkType@VTK_TYPE_NAME@Array() = default;
29 void vtkType@VTK_TYPE_NAME@Array::PrintSelf(ostream& os, vtkIndent indent)
H A DvtkTypeArrays.cmake41 # Match the type selection here to that in vtkType.h.
59 "${CMAKE_CURRENT_BINARY_DIR}/vtkType${vtk_type}Array.h"
63 "${CMAKE_CURRENT_BINARY_DIR}/vtkType${vtk_type}Array.cxx"
66 "${CMAKE_CURRENT_BINARY_DIR}/vtkType${vtk_type}Array.cxx")
68 "${CMAKE_CURRENT_BINARY_DIR}/vtkType${vtk_type}Array.h")
/dports/math/vtk8/VTK-8.2.0/Common/Core/
H A DvtkTypedArray.h.in15 // .NAME vtkType@VTK_TYPE_NAME@Array - dynamic, self-adjusting array of vtkType@VTK_TYPE_NAME@
17 // vtkType@VTK_TYPE_NAME@Array is an array of values of type vtkType@VTK_TYPE_NAME@. It
26 #ifndef vtkType@VTK_TYPE_NAME@Array_h
27 #define vtkType@VTK_TYPE_NAME@Array_h macro
30 #include "vtkType.h" // For native type selections.
35 static vtkType@VTK_TYPE_NAME@Array* New();
36 vtkTypeMacro(vtkType@VTK_TYPE_NAME@Array,vtkTypeArrayBase);
47 vtkType@VTK_TYPE_NAME@Array();
48 ~vtkType@VTK_TYPE_NAME@Array() override;
51 vtkType@VTK_TYPE_NAME@Array(const vtkType@VTK_TYPE_NAME@Array&) = delete;
[all …]
H A DvtkTypedArray.cxx.in15 #include "vtkType@VTK_TYPE_NAME@Array.h"
20 vtkStandardNewMacro(vtkType@VTK_TYPE_NAME@Array);
23 vtkType@VTK_TYPE_NAME@Array::vtkType@VTK_TYPE_NAME@Array()
28 vtkType@VTK_TYPE_NAME@Array::~vtkType@VTK_TYPE_NAME@Array()
33 void vtkType@VTK_TYPE_NAME@Array::PrintSelf(ostream& os, vtkIndent indent)
H A DvtkTypeArrays.cmake41 # Match the type selection here to that in vtkType.h.
59 "${CMAKE_CURRENT_BINARY_DIR}/vtkType${vtk_type}Array.h"
63 "${CMAKE_CURRENT_BINARY_DIR}/vtkType${vtk_type}Array.cxx"
66 "${CMAKE_CURRENT_BINARY_DIR}/vtkType${vtk_type}Array.cxx")
/dports/math/vtk6/VTK-6.2.0/Common/Core/
H A DvtkTypedArray.h.in15 // .NAME vtkType@VTK_TYPE_NAME@Array - dynamic, self-adjusting array of vtkType@VTK_TYPE_NAME@
17 // vtkType@VTK_TYPE_NAME@Array is an array of values of type vtkType@VTK_TYPE_NAME@. It
21 #ifndef vtkType@VTK_TYPE_NAME@Array_h
22 #define vtkType@VTK_TYPE_NAME@Array_h macro
27 class VTKCOMMONCORE_EXPORT vtkType@VTK_TYPE_NAME@Array : public vtk@VTK_TYPE_NATIVE@Array
30 static vtkType@VTK_TYPE_NAME@Array* New();
31 vtkTypeMacro(vtkType@VTK_TYPE_NAME@Array,vtk@VTK_TYPE_NATIVE@Array);
35 vtkType@VTK_TYPE_NAME@Array();
36 ~vtkType@VTK_TYPE_NAME@Array();
39 vtkType@VTK_TYPE_NAME@Array(const vtkType@VTK_TYPE_NAME@Array&); // Not implemented.
[all …]
H A DvtkTypedArray.cxx.in15 #include "vtkType@VTK_TYPE_NAME@Array.h"
20 vtkStandardNewMacro(vtkType@VTK_TYPE_NAME@Array);
23 vtkType@VTK_TYPE_NAME@Array::vtkType@VTK_TYPE_NAME@Array()
28 vtkType@VTK_TYPE_NAME@Array::~vtkType@VTK_TYPE_NAME@Array()
33 void vtkType@VTK_TYPE_NAME@Array::PrintSelf(ostream& os, vtkIndent indent)
/dports/math/vtk6/VTK-6.2.0/Imaging/Core/Testing/Tcl/
H A DimageMCAll.tcl22 foreach vtkType $types {
36 vtkPolyDataMapper iso${vtkType}Mapper
37 iso${vtkType}Mapper SetInputConnection [iso$vtkType GetOutputPort]
38 iso${vtkType}Mapper ScalarVisibilityOff
40 vtkActor iso${vtkType}Actor
41 iso${vtkType}Actor SetMapper iso${vtkType}Mapper
42 …[iso${vtkType}Actor GetProperty] SetDiffuseColor [lindex $colors $c] [lindex $colors [expr $c + 1]…
43 [iso${vtkType}Actor GetProperty] SetSpecularPower 30
44 [iso${vtkType}Actor GetProperty] SetDiffuse .7
45 [iso${vtkType}Actor GetProperty] SetSpecular .5
[all …]
/dports/math/vtk6/VTK-6.2.0/Filters/Modeling/Testing/Tcl/
H A Dsync3dAll.tcl22 foreach vtkType $types {
36 vtkPolyDataMapper iso${vtkType}Mapper
37 iso${vtkType}Mapper SetInputConnection [iso$vtkType GetOutputPort]
38 iso${vtkType}Mapper ScalarVisibilityOff
40 vtkActor iso${vtkType}Actor
41 iso${vtkType}Actor SetMapper iso${vtkType}Mapper
42 …[iso${vtkType}Actor GetProperty] SetDiffuseColor [lindex $colors $c] [lindex $colors [expr $c + 1]…
43 [iso${vtkType}Actor GetProperty] SetSpecularPower 30
44 [iso${vtkType}Actor GetProperty] SetDiffuse .7
45 [iso${vtkType}Actor GetProperty] SetSpecular .5
[all …]
H A Dcontour3DAll.tcl26 foreach vtkType $types {
42 vtkPolyDataMapper iso${vtkType}Mapper
43 iso${vtkType}Mapper SetInputConnection [iso$vtkType GetOutputPort]
44 iso${vtkType}Mapper ImmediateModeRenderingOn
46 vtkActor iso${vtkType}Actor
47 iso${vtkType}Actor SetMapper iso${vtkType}Mapper
48 …[iso${vtkType}Actor GetProperty] SetDiffuseColor [lindex $colors $c] [lindex $colors [expr $c + 1]…
49 [iso${vtkType}Actor GetProperty] SetSpecularPower 30
50 [iso${vtkType}Actor GetProperty] SetDiffuse .7
51 [iso${vtkType}Actor GetProperty] SetSpecular .5
[all …]
H A Dcontour2DAll.tcl22 foreach vtkType $types {
36 vtkPolyDataMapper iso${vtkType}Mapper
37 iso${vtkType}Mapper SetInputConnection [iso$vtkType GetOutputPort]
38 iso${vtkType}Mapper SetColorModeToMapScalars
40 vtkActor iso${vtkType}Actor
41 iso${vtkType}Actor SetMapper iso${vtkType}Mapper
42 ren1 AddActor iso${vtkType}Actor
/dports/math/vtk6/VTK-6.2.0/Rendering/OpenGL/
H A DvtkFrameBufferObject2.cxx490 int vtkType) in DownloadDepth() argument
496 vtkType, in DownloadDepth()
505 int vtkType) in DownloadColor4() argument
511 vtkType, in DownloadColor4()
520 int vtkType) in DownloadColor3() argument
526 vtkType, in DownloadColor3()
535 int vtkType, in DownloadColor1() argument
558 vtkType, in DownloadColor1()
567 int vtkType, in Download() argument
577 vtkType, in Download()
[all …]
H A DvtkFrameBufferObject2.h237 int vtkType,
242 int vtkType);
246 int vtkType);
254 int vtkType);
264 int vtkType,
272 int vtkType,
294 int GetOpenGLType(int vtkType);
/dports/devel/gdcm/gdcm-3.0.10/Utilities/VTK/Testing/Python/
H A DTestvtkGDCMThreadedImageReader.py21 from vtk.util import vtkConstants as vtkType unknown
50 datascalartype = vtkType.VTK_VOID # dummy should not happen
52 datascalartype = vtkType.VTK_SIGNED_CHAR
54 datascalartype = vtkType.VTK_UNSIGNED_CHAR
56 datascalartype = vtkType.VTK_SHORT
58 datascalartype = vtkType.VTK_UNSIGNED_SHORT
H A DTestvtkGDCMThreadedImageReader2.py19 from vtk.util import vtkConstants as vtkType unknown
75 datascalartype = vtkType.VTK_FLOAT
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/mesquite/Mesh/
H A DMeshImplTags.hpp46 VtkType vtkType; //!< Attribute type from VTK file member
55 : name(n), type(t), vtkType(v), size(s), member(m) {} in TagDescription()
58 : type(Mesh::BYTE), vtkType(NONE), size(0) {} in TagDescription()
61 { return name == o.name && type == o.type && vtkType == o.vtkType && size == o.size; } in operator ==()
63 { return name != o.name || type != o.type || vtkType != o.vtkType || size != o.size; } in operator !=()
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkOpenGLFramebufferObject.h396 vtkPixelBufferObject* DownloadColor1(int extent[4], int vtkType, int channel);
398 vtkPixelBufferObject* DownloadColor3(int extent[4], int vtkType);
400 vtkPixelBufferObject* DownloadColor4(int extent[4], int vtkType);
407 vtkPixelBufferObject* DownloadDepth(int extent[4], int vtkType);
417 int extent[4], int vtkType, int nComps, int oglType, int oglFormat);
420 int extent[4], int vtkType, int nComps, int oglType, int oglFormat, vtkPixelBufferObject* pbo);
494 int GetOpenGLType(int vtkType);
H A DvtkOpenGLFramebufferObject.cxx305 int vtkOpenGLFramebufferObject::GetOpenGLType(int vtkType) in GetOpenGLType() argument
309 switch (vtkType) in GetOpenGLType()
1401 vtkPixelBufferObject* vtkOpenGLFramebufferObject::DownloadDepth(int extent[4], int vtkType) in DownloadDepth() argument
1405 return this->Download(extent, vtkType, 1, this->GetOpenGLType(vtkType), GL_DEPTH_COMPONENT); in DownloadDepth()
1413 return this->Download(extent, vtkType, 4, this->GetOpenGLType(vtkType), GL_RGBA); in DownloadColor4()
1421 return this->Download(extent, vtkType, 3, this->GetOpenGLType(vtkType), GL_RGB); in DownloadColor3()
1426 int extent[4], int vtkType, int channel) in DownloadColor1() argument
1446 return this->Download(extent, vtkType, 1, this->GetOpenGLType(vtkType), oglChannel); in DownloadColor1()
1451 int extent[4], int vtkType, int nComps, int oglType, int oglFormat) in Download() argument
1456 vtkOpenGLFramebufferObject::Download(extent, vtkType, nComps, oglType, oglFormat, pbo); in Download()
[all …]
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkOpenGLFramebufferObject.h438 int vtkType,
443 int vtkType);
447 int vtkType);
456 int vtkType);
467 int vtkType,
475 int vtkType,
576 int GetOpenGLType(int vtkType);
H A DvtkOpenGLFramebufferObject.cxx293 switch (vtkType) in GetOpenGLType()
1573 int vtkType) in DownloadDepth() argument
1579 vtkType, in DownloadDepth()
1588 int vtkType) in DownloadColor4() argument
1594 vtkType, in DownloadColor4()
1603 int vtkType) in DownloadColor3() argument
1609 vtkType, in DownloadColor3()
1618 int vtkType, in DownloadColor1() argument
1641 vtkType, in DownloadColor1()
1660 vtkType, in Download()
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/Statistics/
H A DvtkContingencyStatistics.cxx231 vtkType* dataX = vtkType::SafeDownCast(valsX); in ComputeMarginals()
232 vtkType* dataY = vtkType::SafeDownCast(valsY); in ComputeMarginals()
338 vtkType* array = vtkType::New(); in ComputePDFs()
405 vtkType* dataX = vtkType::SafeDownCast(valsX); in ComputeDerivedValues()
406 vtkType* dataY = vtkType::SafeDownCast(valsY); in ComputeDerivedValues()
480 vtkType* dataX = vtkType::SafeDownCast(contingencyTab->GetColumnByName("x")); in SelectAssessFunctor()
481 vtkType* dataY = vtkType::SafeDownCast(contingencyTab->GetColumnByName("y")); in SelectAssessFunctor()
610 vtkType* dataX = vtkType::SafeDownCast(valsX); in ComputeMarginals()
611 vtkType* dataY = vtkType::SafeDownCast(valsY); in ComputeMarginals()
766 vtkType* dataX = vtkType::SafeDownCast(valsX); in ComputeDerivedValues()
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/Statistics/
H A DvtkContingencyStatistics.cxx241 vtkType* dataX = vtkType::SafeDownCast (valsX); in ComputeMarginals()
242 vtkType* dataY = vtkType::SafeDownCast (valsY); in ComputeMarginals()
351 vtkType* array = vtkType::New (); in ComputePDFs()
423 vtkType* dataX = vtkType::SafeDownCast (valsX); in ComputeDerivedValues()
424 vtkType* dataY = vtkType::SafeDownCast (valsY); in ComputeDerivedValues()
502 vtkType* dataX = vtkType::SafeDownCast( contingencyTab->GetColumnByName( "x" ) ); in SelectAssessFunctor()
503 vtkType* dataY = vtkType::SafeDownCast( contingencyTab->GetColumnByName( "y" ) ); in SelectAssessFunctor()
635 vtkType* dataX = vtkType::SafeDownCast (valsX); in ComputeMarginals()
636 vtkType* dataY = vtkType::SafeDownCast (valsY); in ComputeMarginals()
798 vtkType* dataX = vtkType::SafeDownCast (valsX); in ComputeDerivedValues()
[all …]
/dports/math/mfem/mfem-4.3/general/
H A Dadios2stream.cpp341 const uint32_t vtkType = in Print() local
660 uint32_t vtkType = 0; in GLVISToVTKType() local
664 vtkType = 1; in GLVISToVTKType()
667 vtkType = 3; in GLVISToVTKType()
670 vtkType = 5; in GLVISToVTKType()
674 vtkType = 9; in GLVISToVTKType()
677 vtkType = 10; in GLVISToVTKType()
681 vtkType = 12; in GLVISToVTKType()
684 vtkType = 13; in GLVISToVTKType()
687 vtkType = 0; in GLVISToVTKType()
[all …]
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Common/src/
H A DVtk.cc71 vtkSmartPointer<vtkDataArray> NewVTKDataArray(int vtkType) in NewVTKDataArray() argument
73 return NewVtkDataArray(vtkType); in NewVTKDataArray()

1234