Parent Directory
|
Revision Log
|
Patch
revision 881 by jongui, Wed Oct 25 03:56:34 2006 UTC | revision 882 by jongui, Fri Oct 27 08:15:33 2006 UTC | |
---|---|---|
# | Line 41 class Carpet(Common, Plane): | Line 41 class Carpet(Common, Plane): |
41 | Plane.setCutter(self, data_collector.getReader().GetOutput()) | Plane.setCutter(self, data_collector.getReader().GetOutput()) |
42 | self.warpScalar() | self.warpScalar() |
43 | ||
44 | Common.setMapperInput(self, self.vtk_warp.GetOutput(), lut) | #Common.setMapperInput(self, self.vtk_warp.GetOutput(), lut) |
45 | Common.setMapperInput(self, self.vtk_cutter.GetOutput(), lut) | |
46 | Common.setActorInput(self) | Common.setActorInput(self) |
47 | Common.addActor(self) | Common.addActor(self) |
48 |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |