00001 //------------------------------------------------------------------------ 00002 // 00003 // Joe Kniss 00004 // 3-20-03 00005 // ________ ____ ___ 00006 // | \ / | / / 00007 // +---+ \/ |/ / 00008 // +--+| |\ /| < 00009 // | || | \ / | |\ \ 00010 // | | \/ | | \ \ 00011 // \_____| |__| \__\ 00012 // Copyright 2003 00013 // Joe Michael Kniss 00014 // <<< jmk@cs.utah.edu >>> 00015 // "All Your Base are Belong to Us" 00016 //------------------------------------------------------------------------- 00017 00018 00019 /// VolRenSlab.cpp 00020 00021 00022 #include "VolRenSlab.h" 00023 00024 VolRenSlab::VolRenSlab() 00025 { 00026 00027 } 00028 00029 00030 VolRenSlab::~VolRenSlab() 00031 { 00032 00033 } 00034 00035 00036 void VolRenSlab::preSlice(const gutz::RenderEvent &re) 00037 { 00038 00039 } 00040 00041 00042 void VolRenSlab::postSlice(const gutz::RenderEvent &re) 00043 { 00044 00045 } 00046