Graphics-VTK
view release on metacpan or search on metacpan
Rendering/Rendering.xs, Rendering/typemapRendering: New Rendering
Lib dir now compiles.
2002-11-03 09:29 cerney
* VTK.pm, cmakeParse, makeBindings, parseVTKdir,
Imaging/Imaging.pm, Imaging/Imaging.xs, Imaging/typemapImaging:
Imaging directory now compiles
2002-11-01 19:31 cerney
* VTK.pm, makeBindings, parseWrap, Common/Common.pm,
Graphics/Graphics.pm: Setup a flag in the singleArrayFunction to
allow const single arrays args for non-overloaded functions. In
these cases, we can handle them. For cases where they are in
overloaded functions, we still can't.
2002-10-28 09:08 cerney
* VTK.pm, makeBindings, parseWrap, Graphics/Graphics.pm,
Graphics/Graphics.xs: vtkPrint2 Band-aid section updated so that
Graphics.xs no compiles. There appears to be some single-array
functions that are being skipped (like vtkOBBTree::InsideOrOutside)
that could be handled.
2002-10-27 20:41 cerney
* parseWrap, Common/Common.xs: Updated to handle overloaded methods
where some methods are static and others are non-static.
2002-10-22 20:45 cerney
* parseWrap, Common/Common.pm, Common/Common.xs: Updated to reject
arg types 106 (long pointers) directly. This is to reject 'vtkIdType
&' args. vtkPrint2 parses these as 'long &' types, so we have to
resort to using the arg type numbers to reject functions with these
args.
2002-10-20 15:40 cerney
* parseWrap, Common/Common.pm, Common/Common.xs: Updated to not
parse methods that return void pointers. Updated to parse static
methods correctly (i.e. call statically, without the THIS->)
2002-10-20 10:54 cerney
* parseVTKdir, Common/Common.pm, Common/Common.xs: Trying to get
the Common.c file to compile.
2002-10-20 10:15 cerney
* parseWrap: Tweaks to parseWrap to recognize single array return
types. 'xsubpp' now parses Common.xs without barfing.
2002-10-20 09:35 cerney
* typemap: Fixed typemap
2002-10-20 09:18 cerney
* parseWrap, Common/Common.xs: Modified to not use PPCODE sections
in xs code. These are now emulated wih CODE sections and some extra
XS macros. For some reason, xsubpp did not like PPCODE sections in
multiple CASE section in a XS function. This made overridden methods
that return a list of values (e.g. vtkDataArray::GetRange)
impossible to implement in XS code.
2002-10-19 10:25 cerney
* VTK.pm, cmakeParse, makeBindings, parseVTKdir, parseWrap,
Common/Common.pm, Common/Common.xs, Common/typemapCommon,
Graphics/Graphics.pm, Graphics/Graphics.xs,
Graphics/typemapGraphics: Trying to get the newly parsed Common.xs
to compile. Added code to parseWrap to reject singleArray functions
that now seem to be tcl wraped in vtk 40, but we can't handle yet.
2002-10-13 20:11 cerney
* VTK.config, VTK.pm, cmakeParse, makeBindings, parseVTKdir,
Graphics/Graphics.pm, Graphics/Graphics.xs,
Graphics/typemapGraphics: Initial pass at generation the Graphics
diretory for VTK 4.0
2002-09-28 16:24 cerney
* test.pl: Corrected typo in calling-out squad viewer.
2002-09-17 21:16 tag Graphics-VTK-3_2_001
2002-09-17 21:16 cerney
* README: More doco updates
2002-09-17 20:19 cerney
* README: Updated docs`
2002-09-17 20:17 cerney
* README: doco fix
2002-08-04 12:20 cerney
* examples/examplesTODO: Updated tasks.
2002-08-03 16:06 cerney
* VTK/Pipeline.pm: Discovered the vtk pipline doesn't display
vtkCubeAxes2D objects in the pipeline. This object doesn't appear to
make it to the renderers actors list. (i.e. $renderCollection =
$render->getActors doesn't include the vtkCubeAxes2D object)
2002-08-02 14:39 cerney
* README: Added comment about the glibc pthread hangup problem and
the LD_PRELOAD workaround
2002-08-02 14:29 cerney
* test.pl, VTK/Pipeline.pm, examples/README,
examples/pipeline/Cone.pl, examples/pipeline/financialField.pl:
Added pipline browser to the main distribution.
( run in 0.501 second using v1.01-cache-2.11-cpan-5511b514fd6 )