(PP__text__TEXT6__literal8__TEXT6@`9__data__DATA6 9__cstring__TEXT@eHC__compact_unwind__LD@hB__eh_frame__TEXTp  h2  uX PBBD1UHH=H5Hg@H uHH=H]ÐUH]fDUHAVSIH=H5H@H uHH=H5?HLt H t01HtHAtDH=*Ht1H=)HtH=#Ht HLcHuL1H0[A^]UHAWAVSH(HuHMHED~D}HG]ԉ]؅yHHLw(HEMA)Au{HuH}}L}tH=n=LAtuH=LtbH=LtOH= Lt10x speedup as compared to the serial version of vtkGaussianSplatter. In summary, the algorithm operates by dividing the volume into a 3D checkerboard, where the squares of the checkerboard overlay voxels in the volume. The checkerboard overlay is designed as a function of the splat footprint, so that when splatting occurs in a group (or color) of checkerboard squares, the splat operation will not cause write contention as the splatting proceeds in parallel. There are eight colors in this checkerboard (like an octree) and parallel splatting occurs simultaneously in one of the eight colors (e.g., octants). A single splat operation (across the given 3D footprint) may also be parallelized if the splat is large enough. @warning The input to this filter is of type vtkPointSet. Currently only real types (e.g., float, double) are supported as input, but this could easily be extended to other types. The output type is limited to real types as well. @warning Some voxels may never receive a contribution during the splatting process. The final value of these points can be specified with the "NullValue" instance variable. Note that NullValue is also the initial value of the output voxel values and will affect the accumulation process. @warning While this class is very similar to vtkGaussianSplatter, it does produce slightly different output in most cases (due to the way the footprint is computed). @sa vtkShepardMethod vtkGaussianSplatter IsTypeOfV.IsTypeOf(string) -> int C++: static vtkTypeBool IsTypeOf(const char *type) Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. IsAV.IsA(string) -> int C++: vtkTypeBool IsA(const char *type) override; Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h. SafeDownCastV.SafeDownCast(vtkObjectBase) -> vtkCheckerboardSplatter C++: static vtkCheckerboardSplatter *SafeDownCast( vtkObjectBase *o) NewInstanceV.NewInstance() -> vtkCheckerboardSplatter C++: vtkCheckerboardSplatter *NewInstance() SetSampleDimensionsV.SetSampleDimensions(int, int, int) C++: void SetSampleDimensions(int i, int j, int k) V.SetSampleDimensions([int, int, int]) C++: void SetSampleDimensions(int dim[3]) Set / get the dimensions of the sampling structured point set. Higher values produce better results but may be much slower. GetSampleDimensionsV.GetSampleDimensions() -> (int, int, int) C++: int *GetSampleDimensions() Set / get the dimensions of the sampling structured point set. Higher values produce better results but may be much slower. SetModelBoundsV.SetModelBounds(float, float, float, float, float, float) C++: void SetModelBounds(double, double, double, double, double, double) V.SetModelBounds((float, float, float, float, float, float)) C++: void SetModelBounds(double a[6]) GetModelBoundsV.GetModelBounds() -> (float, float, float, float, float, float) C++: double *GetModelBounds() Set / get the (xmin,xmax, ymin,ymax, zmin,zmax) bounding box in which the sampling is performed. If any of the (min,max) bounds values are min >= max, then the bounds will be computed automatically from the input data. Otherwise, the user-specified bounds will be used. SetFootprintV.SetFootprint(int) C++: virtual void SetFootprint(int _arg) Control the footprint size of the splat in terms of propagation across a voxel neighborhood. The Footprint value simply indicates the number of neigboring voxels in the i-j-k directions to extend the splat. A value of zero means that only the voxel containing the splat point is affected. A value of one means the immediate neighbors touching the affected voxel are affected as well. Larger numbers increase the splat footprint and significantly increase processing time. Note that the footprint is always 3D rectangular. GetFootprintMinValueV.GetFootprintMinValue() -> int C++: virtual int GetFootprintMinValue() Control the footprint size of the splat in terms of propagation across a voxel neighborhood. The Footprint value simply indicates the number of neigboring voxels in the i-j-k directions to extend the splat. A value of zero means that only the voxel containing the splat point is affected. A value of one means the immediate neighbors touching the affected voxel are affected as well. Larger numbers increase the splat footprint and significantly increase processing time. Note that the footprint is always 3D rectangular. GetFootprintMaxValueV.GetFootprintMaxValue() -> int C++: virtual int GetFootprintMaxValue() Control the footprint size of the splat in terms of propagation across a voxel neighborhood. The Footprint value simply indicates the number of neigboring voxels in the i-j-k directions to extend the splat. A value of zero means that only the voxel containing the splat point is affected. A value of one means the immediate neighbors touching the affected voxel are affected as well. Larger numbers increase the splat footprint and significantly increase processing time. Note that the footprint is always 3D rectangular. GetFootprintV.GetFootprint() -> int C++: virtual int GetFootprint() Control the footprint size of the splat in terms of propagation across a voxel neighborhood. The Footprint value simply indicates the number of neigboring voxels in the i-j-k directions to extend the splat. A value of zero means that only the voxel containing the splat point is affected. A value of one means the immediate neighbors touching the affected voxel are affected as well. Larger numbers increase the splat footprint and significantly increase processing time. Note that the footprint is always 3D rectangular. SetRadiusV.SetRadius(float) C++: virtual void SetRadius(double _arg) Set / get the radius variable that controls the Gaussian exponential function (see equation above). If set to zero, it is automatically set to the radius of the circumsphere bounding a single voxel. (By default, the Radius is set to zero and is automatically computed.) GetRadiusMinValueV.GetRadiusMinValue() -> float C++: virtual double GetRadiusMinValue() Set / get the radius variable that controls the Gaussian exponential function (see equation above). If set to zero, it is automatically set to the radius of the circumsphere bounding a single voxel. (By default, the Radius is set to zero and is automatically computed.) GetRadiusMaxValueV.GetRadiusMaxValue() -> float C++: virtual double GetRadiusMaxValue() Set / get the radius variable that controls the Gaussian exponential function (see equation above). If set to zero, it is automatically set to the radius of the circumsphere bounding a single voxel. (By default, the Radius is set to zero and is automatically computed.) GetRadiusV.GetRadius() -> float C++: virtual double GetRadius() Set / get the radius variable that controls the Gaussian exponential function (see equation above). If set to zero, it is automatically set to the radius of the circumsphere bounding a single voxel. (By default, the Radius is set to zero and is automatically computed.) SetScaleFactorV.SetScaleFactor(float) C++: virtual void SetScaleFactor(double _arg) Multiply Gaussian splat distribution by this value. If ScalarWarping is on, then the Scalar value will be multiplied by the ScaleFactor times the Gaussian function. GetScaleFactorMinValueV.GetScaleFactorMinValue() -> float C++: virtual double GetScaleFactorMinValue() Multiply Gaussian splat distribution by this value. If ScalarWarping is on, then the Scalar value will be multiplied by the ScaleFactor times the Gaussian function. GetScaleFactorMaxValueV.GetScaleFactorMaxValue() -> float C++: virtual double GetScaleFactorMaxValue() Multiply Gaussian splat distribution by this value. If ScalarWarping is on, then the Scalar value will be multiplied by the ScaleFactor times the Gaussian function. GetScaleFactorV.GetScaleFactor() -> float C++: virtual double GetScaleFactor() Multiply Gaussian splat distribution by this value. If ScalarWarping is on, then the Scalar value will be multiplied by the ScaleFactor times the Gaussian function. SetExponentFactorV.SetExponentFactor(float) C++: virtual void SetExponentFactor(double _arg) Set / get the sharpness of decay of the splats. This is the exponent constant in the Gaussian equation described above. Normally this is a negative value. GetExponentFactorV.GetExponentFactor() -> float C++: virtual double GetExponentFactor() Set / get the sharpness of decay of the splats. This is the exponent constant in the Gaussian equation described above. Normally this is a negative value. SetScalarWarpingV.SetScalarWarping(int) C++: virtual void SetScalarWarping(int _arg) Turn on/off the scaling of splats by scalar value. GetScalarWarpingV.GetScalarWarping() -> int C++: virtual int GetScalarWarping() Turn on/off the scaling of splats by scalar value. ScalarWarpingOnV.ScalarWarpingOn() C++: virtual void ScalarWarpingOn() Turn on/off the scaling of splats by scalar value. ScalarWarpingOffV.ScalarWarpingOff() C++: virtual void ScalarWarpingOff() Turn on/off the scaling of splats by scalar value. SetNormalWarpingV.SetNormalWarping(int) C++: virtual void SetNormalWarping(int _arg) Turn on/off the generation of elliptical splats. If normal warping is on, then the input normals affect the distribution of the splat. This boolean is used in combination with the Eccentricity ivar. GetNormalWarpingV.GetNormalWarping() -> int C++: virtual int GetNormalWarping() Turn on/off the generation of elliptical splats. If normal warping is on, then the input normals affect the distribution of the splat. This boolean is used in combination with the Eccentricity ivar. NormalWarpingOnV.NormalWarpingOn() C++: virtual void NormalWarpingOn() Turn on/off the generation of elliptical splats. If normal warping is on, then the input normals affect the distribution of the splat. This boolean is used in combination with the Eccentricity ivar. NormalWarpingOffV.NormalWarpingOff() C++: virtual void NormalWarpingOff() Turn on/off the generation of elliptical splats. If normal warping is on, then the input normals affect the distribution of the splat. This boolean is used in combination with the Eccentricity ivar. SetEccentricityV.SetEccentricity(float) C++: virtual void SetEccentricity(double _arg) Control the shape of elliptical splatting. Eccentricity is the ratio of the major axis (aligned along normal) to the minor (axes) aligned along other two axes. So Eccentricity > 1 creates needles with the long axis in the direction of the normal; Eccentricity<1 creates pancakes perpendicular to the normal vector. GetEccentricityMinValueV.GetEccentricityMinValue() -> float C++: virtual double GetEccentricityMinValue() Control the shape of elliptical splatting. Eccentricity is the ratio of the major axis (aligned along normal) to the minor (axes) aligned along other two axes. So Eccentricity > 1 creates needles with the long axis in the direction of the normal; Eccentricity<1 creates pancakes perpendicular to the normal vector. GetEccentricityMaxValueV.GetEccentricityMaxValue() -> float C++: virtual double GetEccentricityMaxValue() Control the shape of elliptical splatting. Eccentricity is the ratio of the major axis (aligned along normal) to the minor (axes) aligned along other two axes. So Eccentricity > 1 creates needles with the long axis in the direction of the normal; Eccentricity<1 creates pancakes perpendicular to the normal vector. GetEccentricityV.GetEccentricity() -> float C++: virtual double GetEccentricity() Control the shape of elliptical splatting. Eccentricity is the ratio of the major axis (aligned along normal) to the minor (axes) aligned along other two axes. So Eccentricity > 1 creates needles with the long axis in the direction of the normal; Eccentricity<1 creates pancakes perpendicular to the normal vector. SetAccumulationModeV.SetAccumulationMode(int) C++: virtual void SetAccumulationMode(int _arg) Specify the scalar accumulation mode. This mode expresses how scalar values are combined when splats overlap one another. The Max mode acts like a set union operation and is the most commonly used; the Min mode acts like a set intersection, and the sum is just weird (and can potentially cause accumulation overflow in extreme cases). Note that the NullValue must be set consistent with the accumulation operation. GetAccumulationModeMinValueV.GetAccumulationModeMinValue() -> int C++: virtual int GetAccumulationModeMinValue() Specify the scalar accumulation mode. This mode expresses how scalar values are combined when splats overlap one another. The Max mode acts like a set union operation and is the most commonly used; the Min mode acts like a set intersection, and the sum is just weird (and can potentially cause accumulation overflow in extreme cases). Note that the NullValue must be set consistent with the accumulation operation. GetAccumulationModeMaxValueV.GetAccumulationModeMaxValue() -> int C++: virtual int GetAccumulationModeMaxValue() Specify the scalar accumulation mode. This mode expresses how scalar values are combined when splats overlap one another. The Max mode acts like a set union operation and is the most commonly used; the Min mode acts like a set intersection, and the sum is just weird (and can potentially cause accumulation overflow in extreme cases). Note that the NullValue must be set consistent with the accumulation operation. GetAccumulationModeV.GetAccumulationMode() -> int C++: virtual int GetAccumulationMode() Specify the scalar accumulation mode. This mode expresses how scalar values are combined when splats overlap one another. The Max mode acts like a set union operation and is the most commonly used; the Min mode acts like a set intersection, and the sum is just weird (and can potentially cause accumulation overflow in extreme cases). Note that the NullValue must be set consistent with the accumulation operation. SetAccumulationModeToMinV.SetAccumulationModeToMin() C++: void SetAccumulationModeToMin() Specify the scalar accumulation mode. This mode expresses how scalar values are combined when splats overlap one another. The Max mode acts like a set union operation and is the most commonly used; the Min mode acts like a set intersection, and the sum is just weird (and can potentially cause accumulation overflow in extreme cases). Note that the NullValue must be set consistent with the accumulation operation. SetAccumulationModeToMaxV.SetAccumulationModeToMax() C++: void SetAccumulationModeToMax() Specify the scalar accumulation mode. This mode expresses how scalar values are combined when splats overlap one another. The Max mode acts like a set union operation and is the most commonly used; the Min mode acts like a set intersection, and the sum is just weird (and can potentially cause accumulation overflow in extreme cases). Note that the NullValue must be set consistent with the accumulation operation. SetAccumulationModeToSumV.SetAccumulationModeToSum() C++: void SetAccumulationModeToSum() Specify the scalar accumulation mode. This mode expresses how scalar values are combined when splats overlap one another. The Max mode acts like a set union operation and is the most commonly used; the Min mode acts like a set intersection, and the sum is just weird (and can potentially cause accumulation overflow in extreme cases). Note that the NullValue must be set consistent with the accumulation operation. GetAccumulationModeAsStringV.GetAccumulationModeAsString() -> string C++: const char *GetAccumulationModeAsString() Specify the scalar accumulation mode. This mode expresses how scalar values are combined when splats overlap one another. The Max mode acts like a set union operation and is the most commonly used; the Min mode acts like a set intersection, and the sum is just weird (and can potentially cause accumulation overflow in extreme cases). Note that the NullValue must be set consistent with the accumulation operation. SetOutputScalarTypeV.SetOutputScalarType(int) C++: virtual void SetOutputScalarType(int _arg) Set what type of scalar data this source should generate. Only double and float types are supported currently due to precision requirements during accumulation. By default, float scalars are produced. GetOutputScalarTypeV.GetOutputScalarType() -> int C++: virtual int GetOutputScalarType() Set what type of scalar data this source should generate. Only double and float types are supported currently due to precision requirements during accumulation. By default, float scalars are produced. SetOutputScalarTypeToDoubleV.SetOutputScalarTypeToDouble() C++: void SetOutputScalarTypeToDouble() Set what type of scalar data this source should generate. Only double and float types are supported currently due to precision requirements during accumulation. By default, float scalars are produced. SetOutputScalarTypeToFloatV.SetOutputScalarTypeToFloat() C++: void SetOutputScalarTypeToFloat() Set what type of scalar data this source should generate. Only double and float types are supported currently due to precision requirements during accumulation. By default, float scalars are produced. SetCappingV.SetCapping(int) C++: virtual void SetCapping(int _arg) Turn on/off the capping of the outer boundary of the volume to a specified cap value. This can be used to close surfaces (after iso-surfacing) and create other effects. GetCappingV.GetCapping() -> int C++: virtual int GetCapping() Turn on/off the capping of the outer boundary of the volume to a specified cap value. This can be used to close surfaces (after iso-surfacing) and create other effects. CappingOnV.CappingOn() C++: virtual void CappingOn() Turn on/off the capping of the outer boundary of the volume to a specified cap value. This can be used to close surfaces (after iso-surfacing) and create other effects. CappingOffV.CappingOff() C++: virtual void CappingOff() Turn on/off the capping of the outer boundary of the volume to a specified cap value. This can be used to close surfaces (after iso-surfacing) and create other effects. SetCapValueV.SetCapValue(float) C++: virtual void SetCapValue(double _arg) Specify the cap value to use. (This instance variable only has effect if the ivar Capping is on.) GetCapValueV.GetCapValue() -> float C++: virtual double GetCapValue() Specify the cap value to use. (This instance variable only has effect if the ivar Capping is on.) SetNullValueV.SetNullValue(float) C++: virtual void SetNullValue(double _arg) Set the Null value for output points not receiving a contribution from the input points. (This is the initial value of the voxel samples, by default it is set to zero.) Note that the value should be consistent with the output dataset type. The NullValue also provides the initial value on which the accumulations process operates. GetNullValueV.GetNullValue() -> float C++: virtual double GetNullValue() Set the Null value for output points not receiving a contribution from the input points. (This is the initial value of the voxel samples, by default it is set to zero.) Note that the value should be consistent with the output dataset type. The NullValue also provides the initial value on which the accumulations process operates. SetMaximumDimensionV.SetMaximumDimension(int) C++: virtual void SetMaximumDimension(int _arg) Set/Get the maximum dimension of the checkerboard (i.e., the number of squares in any of the i, j, or k directions). This number also impacts the granularity of the parallel threading (since each checker square is processed separaely). Because of the internal addressing, the maximum dimension is limited to 255 (maximum value of an unsigned char). GetMaximumDimensionMinValueV.GetMaximumDimensionMinValue() -> int C++: virtual int GetMaximumDimensionMinValue() Set/Get the maximum dimension of the checkerboard (i.e., the number of squares in any of the i, j, or k directions). This number also impacts the granularity of the parallel threading (since each checker square is processed separaely). Because of the internal addressing, the maximum dimension is limited to 255 (maximum value of an unsigned char). GetMaximumDimensionMaxValueV.GetMaximumDimensionMaxValue() -> int C++: virtual int GetMaximumDimensionMaxValue() Set/Get the maximum dimension of the checkerboard (i.e., the number of squares in any of the i, j, or k directions). This number also impacts the granularity of the parallel threading (since each checker square is processed separaely). Because of the internal addressing, the maximum dimension is limited to 255 (maximum value of an unsigned char). GetMaximumDimensionV.GetMaximumDimension() -> int C++: virtual int GetMaximumDimension() Set/Get the maximum dimension of the checkerboard (i.e., the number of squares in any of the i, j, or k directions). This number also impacts the granularity of the parallel threading (since each checker square is processed separaely). Because of the internal addressing, the maximum dimension is limited to 255 (maximum value of an unsigned char). SetParallelSplatCrossoverV.SetParallelSplatCrossover(int) C++: virtual void SetParallelSplatCrossover(int _arg) Set/get the crossover point expressed in footprint size where the splatting operation is parallelized (through vtkSMPTools). By default the parallel crossover point is for splat footprints of size two or greater (i.e., at footprint=2 then splat is 5x5x5 and parallel splatting occurs). This is really meant for experimental purposes. GetParallelSplatCrossoverMinValueV.GetParallelSplatCrossoverMinValue() -> int C++: virtual int GetParallelSplatCrossoverMinValue() Set/get the crossover point expressed in footprint size where the splatting operation is parallelized (through vtkSMPTools). By default the parallel crossover point is for splat footprints of size two or greater (i.e., at footprint=2 then splat is 5x5x5 and parallel splatting occurs). This is really meant for experimental purposes. GetParallelSplatCrossoverMaxValueV.GetParallelSplatCrossoverMaxValue() -> int C++: virtual int GetParallelSplatCrossoverMaxValue() Set/get the crossover point expressed in footprint size where the splatting operation is parallelized (through vtkSMPTools). By default the parallel crossover point is for splat footprints of size two or greater (i.e., at footprint=2 then splat is 5x5x5 and parallel splatting occurs). This is really meant for experimental purposes. GetParallelSplatCrossoverV.GetParallelSplatCrossover() -> int C++: virtual int GetParallelSplatCrossover() Set/get the crossover point expressed in footprint size where the splatting operation is parallelized (through vtkSMPTools). By default the parallel crossover point is for splat footprints of size two or greater (i.e., at footprint=2 then splat is 5x5x5 and parallel splatting occurs). This is really meant for experimental purposes. ComputeModelBoundsV.ComputeModelBounds(vtkDataSet, vtkImageData, vtkInformation) C++: void ComputeModelBounds(vtkDataSet *input, vtkImageData *output, vtkInformation *outInfo) Compute the size of the sample bounding box automatically from the input data. This is an internal helper function. vtkImageAlgorithmvtkAlgorithmvtkObjectvtkObjectBasevtkDataSetvtkImageDatavtkInformationOP `1!!:a!p!p!@a a a !0 a ! a!p!0! a!!!@a0!a!!@!a!!@!a!!!P aP!!"a"!p#!$!$!P%a &a'!'!P(!(a)!*!@+!+a,!-a.!P/aP0!1a1!p2ap3! 4a4!5 zRx $ROAC $D(R AC $lR1AC C$(SAC G$S:AC I$TAC G$ UAC G$4XVAC G$\XAC I$XAC H$@[AC I$[AC I$\AC G$$(]AC I$L]AC G$tH^ AC I$0_AC G$_AC G$``AC G$` AC I$<aAC G$dxbAC G$cAC G$cAC I$pdAC G$eAC I$,eAC G$THfAC G$|fAC G$hgAC I$ hAC G$hAC G$@iAC G$DiAC I$ljAC G$XkAC G$kAC G$lAC I$ `mAC G$4mAC I$\nAC G$oAC G$oAC G$oAC G$ppAC I$$qAC I$LqAC G$tXrAC G$rAC G$HsAC I$tAC G$tAC G$< uAC G$duAC I$pvAC G$wAC I$wAC G$ hxAC I$, @yAC G$T yAC I$| `zAC G$ zAC I$ {AC G$ H|AC I$ |AC G,D h}AC K6b-h6]=\6G-W6l-@6c-36#6c-66c-55d-5y5I-l5G-Z5b-B5G-5d-44I-4G-4b-4G-^4d-444I-3G-3b-3G-3d-3\3]=P3G-23b-3G-2i-2d-2Z2I-M2G-;2b-#2G-1d-11I-1G-|1b-d1G->1d-10I-0G-0b-0G-0d-b0?0]=30G-0b-/G-/i-/d-d/5/H-&/G-/b-.G-.d-..]=w.G-Y.b-?.G-.h--d---H-v-G-a-b-I-G--d-,,]=,G-,b-,G-U,h-.,d-,+]=+G-+b-+G-|+d-R++]=+G-+b-*G-*d-*i*I-\*G-J*b-2*G- *d-))]=)G-)b-)G-U)i-.)d-)(]=(b-(G-(d-b(6(]=-(b-(G-'d-''I-'G-z'b-b'G-<'d-'&]=&G-&b-&G-&i-^&d-4&&]= &D-%F-%O-%t-%b-%G-%o-%d-d%6%]=-%b-%G-$d-$$]=$b-u$G-L$d-"$#b-#]=#G-#d-#Y#I-L#G-:#b-"#G-"d-""I-"G-|"b-d"G->"d-"!I-!G-!b-!G-!d-b!9!]=-!G-!b- G- i- d-d 5 H-& G- b-G-d-uH-fG-Qb-9G-/ d-H-G-b-yG-oLd-"]=G-b-G-}]h-.d-]=G-b-G-|d-R]=G-b-G-d-iI-\G-Jb-2G- d-]=G-b-G-Ui-.d-]=G-b-G-|d-R]=G-b-G-d-iI-\G-Jb-2G- d-]=G-b-G-Ui-.d-H-G-b-G-ld-B#]=G-b-G-h-~d-T%H-G-b-G-d-eH-VG-Ab-)G-d-H-G-|b-dG-<d-]=G-b-G-}]h-.d-H-G-b-G-ld-BH-G-b-G-d-PH-AG-,b-G-d-]=G-zb-`G-- h-d-I-|G-jb-RG-,d- I- G- b- G-n d-D  I- G- b- G- d- n ]=b G-D b-* G- i- d- u _-c G-M b-5 G- d-  q- r= ]= G-r r=i a-b T G- e- d-  G-h-h-h-h-h-h-_d-Ir=`-G-b-G-~d-T5q-r=a-]=G-j-G-m-f-]d-G7n-i- i-i-d-~r=\X-?T-3R-#k-G- b-G-d-ck-VG-Cb-)G-c-I-G-vb-a^-Us-MBs-:/s-'s-g-d-nb-]I-PG-H^-<s-4)s-!s-s-g-I-y\-q\-`E-UFI-7E-,I-I-\-\-E-I-E-M-[-P-{tmVp-IBM-=6/[-'!P-x h A` X H @@ 8 ( ?   > =<;:xh9`XH8@8(7 65432xh1`XH0@8(/ .-,+*xh)`XH(@8(' &%$#"xh!`XH @8( xh`XH@8( xh`XH@8(     xh `XH@8( @J8VUZQLKYXW0SN `@ `@ `@ `@ `@ `@ `@ `@ 6)8bP'Npap@  <  0 u 5p+0 sM  @ 0 Q  v@   @F\P LP!"" p#$ $ P% &F''P((?)Q *@+@+x,-. P/P01T 1 p2p3b 4 4W 5`6,`jQQ<qnQ! 3lk$JyLNF_PyType_Ready_PyvtkCheckerboardSplatter_ClassNew_PyvtkImageAlgorithm_ClassNew_PyVTKObject_New__ZL35PyvtkCheckerboardSplatter_StaticNewv__ZN23vtkCheckerboardSplatter3NewEv__ZN23vtkCheckerboardSplatter27GetAccumulationModeAsStringEv_PyVTKObject_GetSet__Py_NoneStruct_PyVTKObject_GetObject__ZL33PyvtkCheckerboardSplatter_Methods_PyObject_GenericSetAttr_PyObject_GenericGetAttr_PyVTKObject_Repr_PyVTKAddFile_vtkCheckerboardSplatter_PyVTKObject_AsBuffer_PyErr_Clear_strcmp__ZN23vtkCheckerboardSplatter18ComputeModelBoundsEP10vtkDataSetP12vtkImageDataP14vtkInformation_strlen___stack_chk_fail_PyObject_GC_Del_PyVTKObject_Check__ZN23vtkCheckerboardSplatter19SetSampleDimensionsEiii__ZN13vtkPythonArgs8GetArrayEPii__ZN13vtkPythonArgs8SetArrayEiPKii__ZN13vtkPythonArgs10BuildTupleEPKii__ZN13vtkPythonArgs13ArgCountErrorEii__ZN13vtkPythonArgs8GetArrayEPdi__ZN13vtkPythonArgs10BuildTupleEPKdi__ZN13vtkPythonArgs8GetValueERi__ZN23vtkCheckerboardSplatter19SetSampleDimensionsEPi_PyLong_FromLong_PyDict_SetItemString_PyVTKObject_String_PyVTKObject_SetFlag_PyBytes_FromStringAndSize_PyUnicode_FromStringAndSize_PyVTKObject_Delete_PyVTKObject_Traverse__ZN13vtkPythonUtil20GetObjectFromPointerEP13vtkObjectBase__ZL30PyvtkCheckerboardSplatter_Type_PyType_Type_PyFloat_FromDouble___stack_chk_guard_PyErr_Occurred_PyVTKClass_Add__ZN13vtkPythonArgs8GetValueERd__Py_Dealloc__ZN13vtkPythonArgs8GetValueERPc__ZN13vtkPythonArgs13ArgCountErrorEiPKc__ZN13vtkObjectBase8IsTypeOfEPKc__ZN13vtkPythonArgs17GetArgAsVTKObjectEPKcRb__ZN13vtkPythonArgs19GetSelfFromFirstArgEP7_objectS1___ZL41PyvtkCheckerboardSplatter_SetEccentricityP7_objectS0___ZL41PyvtkCheckerboardSplatter_GetEccentricityP7_objectS0___ZL50PyvtkCheckerboardSplatter_SetAccumulationModeToMaxP7_objectS0___ZL38PyvtkCheckerboardSplatter_SafeDownCastP7_objectS0___ZL38PyvtkCheckerboardSplatter_SetFootprintP7_objectS0___ZL38PyvtkCheckerboardSplatter_GetFootprintP7_objectS0___ZL52PyvtkCheckerboardSplatter_SetOutputScalarTypeToFloatP7_objectS0___ZL35PyvtkCheckerboardSplatter_SetRadiusP7_objectS0___ZL35PyvtkCheckerboardSplatter_GetRadiusP7_objectS0___ZL45PyvtkCheckerboardSplatter_SetSampleDimensionsP7_objectS0___ZL45PyvtkCheckerboardSplatter_GetSampleDimensionsP7_objectS0___ZL40PyvtkCheckerboardSplatter_SetModelBoundsP7_objectS0___ZL40PyvtkCheckerboardSplatter_GetModelBoundsP7_objectS0___ZL44PyvtkCheckerboardSplatter_ComputeModelBoundsP7_objectS0___ZL43PyvtkCheckerboardSplatter_SetExponentFactorP7_objectS0___ZL43PyvtkCheckerboardSplatter_GetExponentFactorP7_objectS0___ZL40PyvtkCheckerboardSplatter_SetScaleFactorP7_objectS0___ZL40PyvtkCheckerboardSplatter_GetScaleFactorP7_objectS0___ZL51PyvtkCheckerboardSplatter_SetParallelSplatCrossoverP7_objectS0___ZL51PyvtkCheckerboardSplatter_GetParallelSplatCrossoverP7_objectS0___ZL45PyvtkCheckerboardSplatter_SetMaximumDimensionP7_objectS0___ZL45PyvtkCheckerboardSplatter_GetMaximumDimensionP7_objectS0___ZL50PyvtkCheckerboardSplatter_SetAccumulationModeToMinP7_objectS0___ZL41PyvtkCheckerboardSplatter_ScalarWarpingOnP7_objectS0___ZL41PyvtkCheckerboardSplatter_NormalWarpingOnP7_objectS0___ZL35PyvtkCheckerboardSplatter_CappingOnP7_objectS0___ZL50PyvtkCheckerboardSplatter_SetAccumulationModeToSumP7_objectS0___ZL53PyvtkCheckerboardSplatter_GetAccumulationModeAsStringP7_objectS0___ZL42PyvtkCheckerboardSplatter_SetScalarWarpingP7_objectS0___ZL42PyvtkCheckerboardSplatter_GetScalarWarpingP7_objectS0___ZL42PyvtkCheckerboardSplatter_SetNormalWarpingP7_objectS0___ZL42PyvtkCheckerboardSplatter_GetNormalWarpingP7_objectS0___ZL36PyvtkCheckerboardSplatter_SetCappingP7_objectS0___ZL36PyvtkCheckerboardSplatter_GetCappingP7_objectS0___ZL42PyvtkCheckerboardSplatter_ScalarWarpingOffP7_objectS0___ZL42PyvtkCheckerboardSplatter_NormalWarpingOffP7_objectS0___ZL36PyvtkCheckerboardSplatter_CappingOffP7_objectS0___ZL34PyvtkCheckerboardSplatter_IsTypeOfP7_objectS0___ZL49PyvtkCheckerboardSplatter_GetEccentricityMaxValueP7_objectS0___ZL46PyvtkCheckerboardSplatter_GetFootprintMaxValueP7_objectS0___ZL43PyvtkCheckerboardSplatter_GetRadiusMaxValueP7_objectS0___ZL48PyvtkCheckerboardSplatter_GetScaleFactorMaxValueP7_objectS0___ZL59PyvtkCheckerboardSplatter_GetParallelSplatCrossoverMaxValueP7_objectS0___ZL53PyvtkCheckerboardSplatter_GetMaximumDimensionMaxValueP7_objectS0___ZL53PyvtkCheckerboardSplatter_GetAccumulationModeMaxValueP7_objectS0___ZL37PyvtkCheckerboardSplatter_SetCapValueP7_objectS0___ZL37PyvtkCheckerboardSplatter_GetCapValueP7_objectS0___ZL49PyvtkCheckerboardSplatter_GetEccentricityMinValueP7_objectS0___ZL46PyvtkCheckerboardSplatter_GetFootprintMinValueP7_objectS0___ZL43PyvtkCheckerboardSplatter_GetRadiusMinValueP7_objectS0___ZL48PyvtkCheckerboardSplatter_GetScaleFactorMinValueP7_objectS0___ZL59PyvtkCheckerboardSplatter_GetParallelSplatCrossoverMinValueP7_objectS0___ZL53PyvtkCheckerboardSplatter_GetMaximumDimensionMinValueP7_objectS0___ZL53PyvtkCheckerboardSplatter_GetAccumulationModeMinValueP7_objectS0___ZL38PyvtkCheckerboardSplatter_SetNullValueP7_objectS0___ZL38PyvtkCheckerboardSplatter_GetNullValueP7_objectS0___ZL45PyvtkCheckerboardSplatter_SetOutputScalarTypeP7_objectS0___ZL45PyvtkCheckerboardSplatter_GetOutputScalarTypeP7_objectS0___ZL53PyvtkCheckerboardSplatter_SetOutputScalarTypeToDoubleP7_objectS0___ZL45PyvtkCheckerboardSplatter_SetAccumulationModeP7_objectS0___ZL45PyvtkCheckerboardSplatter_GetAccumulationModeP7_objectS0___ZL37PyvtkCheckerboardSplatter_NewInstanceP7_objectS0___ZL29PyvtkCheckerboardSplatter_IsAP7_objectS0_