level 1
view->SetRepresentation(rep);
view->SetInspectMode(1);
view->SetDisplayHoverText(1);
// Brush Mode determines the type of interaction you perform to select data
view->SetBrushModeToLasso();
view->SetBrushOperatorToReplace();
这样设定 刷的时候都是默认的红色
2015年08月18日 01点08分
3
level 12
#include <vtkParallelCoordinatesView.h>
#include <vtkParallelCoordinatesRepresentation.h>
2015年08月18日 06点08分
5
是的 可是我想要的是改变这个线条的颜色
2015年08月18日 06点08分
level 10
Single dog, single dog, single all the day. See AV, hit the plane, they’re doing all the day. Hey! Single dog, single dog, why not be a gay? No more wait, no more afraid, make him be a gay!
2015年08月20日 23点08分
11
level 12
那你需要自己派生这个类了 vtkParallelCoordinatesRepresentation
2015年08月21日 01点08分
13
吧主能给做一个吗
2015年08月21日 07点08分