// initialize the points array
points = new vtkPoints();
// initialize the color array
colorArray = new vtkUnsignedCharArray();
colorArray.SetNumberOfComponents(3);
colorArray.SetName("colors");
// initialize the radius array
radiusArray = new vtkFloatArray();
radiusArray.SetName("radius");