|
@@ -727,33 +727,6 @@ bool handlePool::result_contourinimationdisplay(boostJsonObject *object_, QVTKRe
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- object_->ci_struct->filenames.clear();
|
|
|
- object_->ci_struct->filenames.resize(10);
|
|
|
- object_->ci_struct->filenames[0] = "dynamicResponse-transient101.vtk";
|
|
|
- object_->ci_struct->filenames[1] = "dynamicResponse-transient102.vtk";
|
|
|
- object_->ci_struct->filenames[2] = "dynamicResponse-transient103.vtk";
|
|
|
- object_->ci_struct->filenames[3] = "dynamicResponse-transient104.vtk";
|
|
|
- object_->ci_struct->filenames[4] = "dynamicResponse-transient105.vtk";
|
|
|
- object_->ci_struct->filenames[5] = "dynamicResponse-transient106.vtk";
|
|
|
- object_->ci_struct->filenames[6] = "dynamicResponse-transient107.vtk";
|
|
|
- object_->ci_struct->filenames[7] = "dynamicResponse-transient108.vtk";
|
|
|
- object_->ci_struct->filenames[8] = "dynamicResponse-transient109.vtk";
|
|
|
- object_->ci_struct->filenames[9] = "dynamicResponse-transient110.vtk";
|
|
|
- object_->ci_struct->steps.clear();
|
|
|
- object_->ci_struct->steps.resize(10);
|
|
|
- object_->ci_struct->steps[0] = 101;
|
|
|
- object_->ci_struct->steps[1] = 102;
|
|
|
- object_->ci_struct->steps[2] = 103;
|
|
|
- object_->ci_struct->steps[3] = 104;
|
|
|
- object_->ci_struct->steps[4] = 105;
|
|
|
- object_->ci_struct->steps[5] = 106;
|
|
|
- object_->ci_struct->steps[6] = 107;
|
|
|
- object_->ci_struct->steps[7] = 108;
|
|
|
- object_->ci_struct->steps[8] = 109;
|
|
|
- object_->ci_struct->steps[9] = 110;
|
|
|
- object_->filePath = "F:\\czm\\vtkfile";
|
|
|
- object_->cd_struct->scalarName = "Displacement-magnitude";
|
|
|
-
|
|
|
for(int i =0;i<object_->ci_struct->filenames.size();i++){
|
|
|
animation_render(object_->ci_struct->filenames[i],object_->ci_struct->steps[i],render_,object_);
|
|
|
if(i!=object_->ci_struct->filenames.size()-1){
|