<div>Hello all,</div>
<div> </div>
<div>I am updating some old vtk 6.3 code to vtk 8.1, Currently the older code uses vtksmartvolumemapper, I am running into a run time error with a new smart pointer. </div>
<div> </div>
<div>my code:</div>
<div> </div>
<div>#include <vtkSmartVolumeMapper.h></div>
<div>..</div>
<div>..</div>
<div>..</div>
<div>vtkSmartPointer<vtkSmartVolumeMapper> vMapper  = vtkSmartPointer<vtkSmartVolumeMapper>::New();    < = this breaks with unhandled exception at (vtkRenderingVolume-8.1.dll) Access violation reading location 0x0000000000000000</div>
<div> </div>
<div> </div>
<div> </div>
<div>The code compiles, but I hit this run time exception on execution. I don't believe the smartvolumemapper has been deprecated, does anyone have any idea of what I am doing wrong?  </div>
<div> </div>
<div> </div>
<div> </div>