//=====
void ColorLayerImageView::Process()
{
- printf("EED ColorLayerImageView::Process Start %s\n", bbGetFullName().c_str());
if (bbGetInputIn()!=NULL) {
if ( !( (bbGetInputWxVtkBaseView()==NULL) && (bbGetInputWxVtkBaseView1()==NULL) && (bbGetInputWxVtkBaseView2()==NULL)) )
{
} else {
printf("EED Error!!! ColorLayerImageView::Process (%s) Missing Inputs: WxVtkBaseView , WxVtkBaseView1 , WxVtkBaseView2 \n", bbGetFullName().c_str() );
}// if xxVtkBaseView
-
} // if In
-
- printf("EED ColorLayerImageView::Process End \n");
-
}
//=====
// Don't edit this file. This file is generated from xml description..